pub unsafe extern "C" fn gnrc_netif_default_init(
    netif: *mut gnrc_netif_t
) -> c_int
Expand description

@brief Default operation for gnrc_netif_ops_t::init()

@note Can also be used to be called before a custom operation. This function calls @ref netif_register internally.

@param[in] netif The network interface.