Loading...
Searching...
No Matches
gnrc_netif_6lo_t Struct Reference

6Lo component of gnrc_netif_t More...

Detailed Description

6Lo component of gnrc_netif_t

Definition at line 52 of file 6lo.h.

#include <6lo.h>

Data Fields

uint16_t max_frag_size
 Maximum fragment size for 6Lo fragmentation.
 
uint8_t local_flags
 6LoWPAN capability flags beyond the ones advertised in 6LoWPAN Capability Indication Option (6CIO)
 

Field Documentation

◆ local_flags

uint8_t gnrc_netif_6lo_t::local_flags

6LoWPAN capability flags beyond the ones advertised in 6LoWPAN Capability Indication Option (6CIO)

See also
[Local 6LoWPAN capability flags](net_gnrc_netif_6lo_local_flags)

Definition at line 68 of file 6lo.h.

◆ max_frag_size

uint16_t gnrc_netif_6lo_t::max_frag_size

Maximum fragment size for 6Lo fragmentation.

Note
Only available with module gnrc_sixlowpan_frag.

Definition at line 59 of file 6lo.h.


The documentation for this struct was generated from the following file: