ipv6.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 
22 #include "net/ipv6/addr.h"
23 #include "net/ipv6/ext.h"
24 #include "net/ipv6/hdr.h"
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
35 #define IPV6_MIN_MTU (1280)
36 
37 #ifdef __cplusplus
38 }
39 #endif
40 
Definitions for IPv6 addresses.
IPv6 extension header definitions.
IPv6 header type and helper function definitions.