pub unsafe extern "C" fn gnrc_ipv6_nib_pl_del(
iface: c_uint,
pfx: *const ipv6_addr_t,
pfx_len: c_uint,
)
Expand description
@brief Deletes prefix from NIB
@pre pfx != NULL
@param[in] iface The interface @p pfx is expected to be on (0 for any). @param[in] pfx The prefix to be removed. @param[in] pfx_len Length of @p pfx in bits.