FreeNOS
|
Describes one or more datagrams. More...
#include <socket.h>
Data Fields | |
void * | msg_name |
socklen_t | msg_namelen |
struct iovec * | msg_iov |
size_t | msg_iovlen |
void * | msg_control |
size_t | msg_controllen |
int | msg_flags |
struct iovec* msghdr::msg_iov |
Definition at line 59 of file socket.h.
Referenced by sendmsg(), NetSend::udpSendMultiple(), and MpiProxy::udpSendMultiple().
size_t msghdr::msg_iovlen |
Definition at line 60 of file socket.h.
Referenced by sendmsg(), NetSend::udpSendMultiple(), and MpiProxy::udpSendMultiple().
void* msghdr::msg_name |
Definition at line 57 of file socket.h.
Referenced by sendmsg(), NetSend::udpSendMultiple(), and MpiProxy::udpSendMultiple().
socklen_t msghdr::msg_namelen |
Definition at line 58 of file socket.h.
Referenced by sendmsg(), NetSend::udpSendMultiple(), and MpiProxy::udpSendMultiple().