6lo.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2017 Freie Universität Berlin
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
18 #include <stdbool.h>
19 #include <stdint.h>
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
43 #define GNRC_NETIF_6LO_LOCAL_FLAGS_SFR (0x01)
49 typedef struct {
56  uint16_t max_frag_size;
65  uint8_t local_flags;
67 
68 #ifdef __cplusplus
69 }
70 #endif
71 
6Lo component of gnrc_netif_t
Definition: 6lo.h:49
uint16_t max_frag_size
Maximum fragment size for 6Lo fragmentation.
Definition: 6lo.h:56
uint8_t local_flags
6LoWPAN capability flags beyond the ones advertised in 6LoWPAN Capability Indication Option (6CIO)
Definition: 6lo.h:65