pub unsafe extern "C" fn dlpi_promiscoff(
dh: *mut dlpi_handle_t,
level: c_uint,
) -> i32
Expand 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,
) -> i32
Disable promiscuous mode for the specified handle. See DL_PROMISC_* for levels.