pub unsafe extern "C" fn dlpi_send(
dh: *mut dlpi_handle_t,
daddrp: *const c_void,
daddrlen: usize,
msgbuf: *const c_void,
msglen: usize,
sendp: *const dlpi_sendinfo_t,
) -> i32
Expand description
Attempt to send the contets of msgbuf over the DLPI link instance associated with the provided DLPI handle.