Loading...
Searching...
No Matches
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
30extern "C" {
31#endif
32
38#define IPV6_MIN_MTU (1280)
39
40#ifdef __cplusplus
41}
42#endif
43
44#endif /* NET_IPV6_H */
Definitions for IPv6 addresses.
IPv6 extension header definitions.
IPv6 header type and helper function definitions.