Type Alias nc::types::user_msghdr_t

source ·
pub type user_msghdr_t = msghdr_t;

Aliased Type§

struct user_msghdr_t {
    pub msg_name: usize,
    pub msg_namelen: i32,
    pub msg_iov: *mut iovec_t,
    pub msg_iovlen: usize,
    pub msg_control: usize,
    pub msg_controllen: usize,
    pub msg_flags: u32,
}

Fields§

§msg_name: usize

ptr to socket address structure

§msg_namelen: i32

size of socket address structure

§msg_iov: *mut iovec_t

scatter/gather array

§msg_iovlen: usize

§elements in msg_iov

§msg_control: usize

ancillary data

§msg_controllen: usize

ancillary data buffer length

§msg_flags: u32

flags on received message