pub unsafe extern "C" fn dlpi_promiscon(
dh: *mut dlpi_handle_t,
level: c_uint,
) -> i32
Expand description
Enable promiscuous mode for the specified handle. See DL_PROMISC_* for levels.
pub unsafe extern "C" fn dlpi_promiscon(
dh: *mut dlpi_handle_t,
level: c_uint,
) -> i32
Enable promiscuous mode for the specified handle. See DL_PROMISC_* for levels.