Searched defs:nsos_mid_msghdr (Results 1 – 1 of 1) sorted by relevance
120 struct nsos_mid_msghdr { struct121 void *msg_name; /* optional socket address, big endian */122 size_t msg_namelen; /* size of socket address */123 struct nsos_mid_iovec *msg_iov; /* scatter/gather array */124 size_t msg_iovlen; /* number of elements in msg_iov */125 void *msg_control; /* ancillary data */149 int nsos_adapt_sendmsg(int fd, const struct nsos_mid_msghdr *msg_mid, int flags); argument