fn sendmsg(sockfd: socket_t, msg: *const msghdr_const, flags: u32) SendMsgError!usize
[src]
Parameters
sockfd: socket_t,
The file descriptor of the sending socket.
msg: *const msghdr_const,
Message header and iovecs
flags: u32,
fn sendmsg(sockfd: socket_t, msg: *const msghdr_const, flags: u32) SendMsgError!usize
sockfd: socket_t,
The file descriptor of the sending socket.
msg: *const msghdr_const,
Message header and iovecs
flags: u32,