Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
ipv6.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2015 Martine Lenders <mlenders@inf.fu-berlin.de>
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
22
#ifndef NET_IPV6_H
23
#define NET_IPV6_H
24
25
#include "
net/ipv6/addr.h
"
26
#include "
net/ipv6/ext.h
"
27
#include "
net/ipv6/hdr.h
"
28
29
#ifdef __cplusplus
30
extern
"C"
{
31
#endif
32
38
#define IPV6_MIN_MTU (1280)
39
40
#ifdef __cplusplus
41
}
42
#endif
43
44
45
#endif
/* NET_IPV6_H */
46
hdr.h
IPv6 header type and helper function definitions.
addr.h
Definitions for IPv6 addresses.
ext.h
IPv6 extension header definitions.
Generated on Tue Nov 24 2020 19:46:52 by
1.8.17