All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
ext.h File Reference

IPv6 extension header definitions. More...

Detailed Description

IPv6 extension header definitions.

Author
Martine Lenders mlend.nosp@m.ers@.nosp@m.inf.f.nosp@m.u-be.nosp@m.rlin..nosp@m.de

Definition in file ext.h.

#include <stdint.h>
#include "net/ipv6/ext/frag.h"
#include "net/ipv6/ext/rh.h"
+ Include dependency graph for ext.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ipv6_ext_t
 IPv6 extension headers. More...
 

Macros

#define IPV6_EXT_LEN_UNIT   (8U)
 Unit in byte for the extension header's length field.
 

Functions

static ipv6_ext_tipv6_ext_get_next (ipv6_ext_t *ext)
 Gets the next extension header in a packet.