|
FreeNOS
|
#include <stdlib.h>#include <unistd.h>#include <string.h>#include <NetworkClient.h>#include <sys/socket.h>#include <errno.h>Go to the source code of this file.
Functions | |
| C int | recvfrom (int sockfd, void *buf, size_t len, int flags, struct sockaddr *addr, socklen_t addrlen) |
| Receive a single datagram from a socket. More... | |
1.8.17