Loading...
Searching...
No Matches

6LoWPAN definitions for Network interface API More...

Detailed Description

6LoWPAN definitions for Network interface API

Author
Martine Lenders m.len.nosp@m.ders.nosp@m.@fu-b.nosp@m.erli.nosp@m.n.de

Definition in file 6lo.h.

#include <stdbool.h>
#include <stdint.h>
+ Include dependency graph for 6lo.h:

Go to the source code of this file.

Data Structures

struct  gnrc_netif_6lo_t
 6Lo component of gnrc_netif_t More...
 

Local 6LoWPAN capability flags

See also
gnrc_netif_6lo_t::local_flags

Like the the capability flags in the 6LoWPAN Capability Indication Option (6CIO) are less about hardware capabilities than about the implementation status within the network. For the flags in this group it is currently undefined how to exchange the capabilities between nodes, but they might be added to the 6CIO at a later point. Once the 6CIO is implemented in GNRC and the flag is supported by it, the corresponding flag in these local flags can be removed.

#define GNRC_NETIF_6LO_LOCAL_FLAGS_SFR   (0x01)
 Selective Fragment Recovery enabled.
 

Macro Definition Documentation

◆ GNRC_NETIF_6LO_LOCAL_FLAGS_SFR

#define GNRC_NETIF_6LO_LOCAL_FLAGS_SFR   (0x01)

Selective Fragment Recovery enabled.

See also
RFC 8931

Definition at line 46 of file 6lo.h.