FreeNOS
|
#include <NetworkClient.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/socket.h>
#include <errno.h>
Go to the source code of this file.
Functions | |
C int | sendmsg (int sockfd, const struct msghdr *msg, int flags) |
Send multiple datagrams to a remote host. More... | |