sixlowpan.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2015 Martine Lenders <mlenders@inf.fu-berlin.de>
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
135 #include <stdbool.h>
136 
137 #include "sched.h"
138 
140 #include "net/gnrc/sixlowpan/frag.h"
142 #include "net/gnrc/sixlowpan/iphc.h"
143 #include "net/sixlowpan.h"
144 
145 #ifdef __cplusplus
146 extern "C" {
147 #endif
148 
161 
162 #ifdef __cplusplus
163 }
164 #endif
165 
6LoWPAN Fragmentation definitions
int16_t kernel_pid_t
Unique process identifier.
Definition: sched.h:135
kernel_pid_t gnrc_sixlowpan_init(void)
Initialization of the 6LoWPAN thread.
6LoWPAN IPHC definitions
Scheduler API definition.
6LoWPAN internal functions
6LoWPAN dispatch type and helper function definitions.
Configuration macros for 6LoWPAN.