fn sendmsg(sockfd: socket_t, msg: *const msghdr_const, flags: u32) SendMsgError!usize

Parameters

sockfd: socket_t,

The file descriptor of the sending socket.

msg: *const msghdr_const,

Message header and iovecs

flags: u32,