#include <stdapis/sys/socket.h>
struct msghdr |
Public Attributes | |
---|---|
void * | msg_control |
socklen_t | msg_controllen |
int | msg_flags |
struct iovec * | msg_iov |
int | msg_iovlen |
void * | msg_name |
socklen_t | msg_namelen |
Message header for recvmsg and sendmsg calls. Used value-result for recvmsg, value only for sendmsg.