pub unsafe extern "C" fn dlpi_promiscoff(
dh: *mut dlpi_handle_t,
level: c_uint,
) -> i32Expand description
Disable promiscuous mode for the specified handle. See DL_PROMISC_* for levels.
pub unsafe extern "C" fn dlpi_promiscoff(
dh: *mut dlpi_handle_t,
level: c_uint,
) -> i32Disable promiscuous mode for the specified handle. See DL_PROMISC_* for levels.