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 <stdint.h>
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
30 typedef struct {
37  uint16_t max_frag_size;
39 
40 #ifdef __cplusplus
41 }
42 #endif
43 
44 #endif /* NET_GNRC_NETIF_6LO_H */
45 
gnrc_netif_6lo_t::max_frag_size
uint16_t max_frag_size
Maximum fragment size for 6Lo fragmentation.
Definition: 6lo.h:37
gnrc_netif_6lo_t
6Lo component of gnrc_netif_t
Definition: 6lo.h:30