Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
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
;
66
}
gnrc_netif_6lo_t
;
67
68
#ifdef __cplusplus
69
}
70
#endif
71
gnrc_netif_6lo_t
6Lo component of gnrc_netif_t
Definition:
6lo.h:49
gnrc_netif_6lo_t::max_frag_size
uint16_t max_frag_size
Maximum fragment size for 6Lo fragmentation.
Definition:
6lo.h:56
gnrc_netif_6lo_t::local_flags
uint8_t local_flags
6LoWPAN capability flags beyond the ones advertised in 6LoWPAN Capability Indication Option (6CIO)
Definition:
6lo.h:65
Generated on Mon Nov 24 2025 18:43:16 by
1.9.1