Function iwlib_sys::recvfrom

source ·
pub unsafe extern "C" fn recvfrom(
    __fd: c_int,
    __buf: *mut c_void,
    __n: usize,
    __flags: c_int,
    __addr: *mut sockaddr,
    __addr_len: *mut socklen_t
) -> isize