pub unsafe extern "C" fn gnrc_ipv6_nib_init_iface(
netif: *mut gnrc_netif_t,
)
Expand description
@brief Adds an interface to be managed by the NIB.
@pre netif != NULL
@param[in,out] netif The interface to be managed by the NIB
pub unsafe extern "C" fn gnrc_ipv6_nib_init_iface(
netif: *mut gnrc_netif_t,
)
@brief Adds an interface to be managed by the NIB.
@pre netif != NULL
@param[in,out] netif The interface to be managed by the NIB