pub unsafe extern "C" fn gnrc_netif_ipv6_init_mtu(
    netif: *mut gnrc_netif_t
)
Expand description

@brief Initialize IPv6 MTU and other packet length related members of @ref gnrc_netif_t based on gnrc_netif_t::device_type

@param[in,out] netif The network interface to initialize the MTU for.