Whatever¶
-
struct
gnrc_netif_6lo_t¶ 6Lo component of gnrc_netif_t
-
uint8_t
max_frag_size¶ Maximum fragment size for 6Lo fragmentation.
Note
Only available with module gnrc_sixlowpan_frag.
-
uint8_t
-
struct
gnrc_netif_t¶ Representation of a network interface.
-
const
gnrc/netif.h::gnrc_netif_ops_t*ops¶ Operations of the network interface.
-
netdev.h::netdev_t*dev¶ Network device of the network interface.
-
rmutex_t
mutex¶ Mutex of the interface.
-
gnrc_netif_ipv6_t
ipv6¶ IPv6 component.
-
gnrc_netif_mac_t
mac¶ Common MAC module component
-
uint32_t
flags¶ Flags for the interface.
See also
net_gnrc_netif_flags
-
gnrc_netif_6lo_t
sixlo¶ 6Lo component
-
uint8_t
cur_hl¶ Current hop-limit for out-going packets.
-
uint8_t
device_type¶ Device type.
-
kernel_types.h::kernel_pid_tpid¶ PID of the network interface’s thread.
-
const