pub unsafe extern "C" fn dlpi_recv(
dh: *mut dlpi_handle_t,
saddrp: *mut c_void,
saddrlenp: *mut usize,
msgbuf: *mut c_void,
msglenp: *mut usize,
msec: c_int,
recvp: *mut dlpi_recvinfo_t,
) -> i32
Expand description
Attempt to receive data messages over the DLIP link instance associated with the provided DLPI handle.