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