sys_sendmsg

Function sys_sendmsg 

Source
pub fn sys_sendmsg(
    fd: FdRef<'_>,
    message: &msghdr,
    flags: u32,
) -> Result<usize, Error>