Loading...
Searching...
No Matches
6lo.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2017 Freie Universität Berlin
3 *
4 * This file is subject to the terms and conditions of the GNU Lesser
5 * General Public License v2.1. See the file LICENSE in the top level
6 * directory for more details.
7 */
8
18#ifndef NET_GNRC_NETIF_6LO_H
19#define NET_GNRC_NETIF_6LO_H
20
21#include <stdbool.h>
22#include <stdint.h>
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
46#define GNRC_NETIF_6LO_LOCAL_FLAGS_SFR (0x01)
52typedef struct {
59 uint16_t max_frag_size;
68 uint8_t local_flags;
70
71#ifdef __cplusplus
72}
73#endif
74
75#endif /* NET_GNRC_NETIF_6LO_H */
6Lo component of gnrc_netif_t
Definition 6lo.h:52
uint16_t max_frag_size
Maximum fragment size for 6Lo fragmentation.
Definition 6lo.h:59
uint8_t local_flags
6LoWPAN capability flags beyond the ones advertised in 6LoWPAN Capability Indication Option (6CIO)
Definition 6lo.h:68