pub unsafe extern "C" fn gnrc_netif_dev_is_6lo(
netif: *const gnrc_netif_t,
) -> bool
Expand description
@brief Checks if the device type associated to a @ref gnrc_netif_t requires 6Lo to run
@param[in] netif the network interface
@return true if the device requires 6Lo @return false otherwise