Go to the documentation of this file.
4 #include <linux/types.h>
6 #include <asm/byteorder.h>
10 #define IPV6_MIN_MTU 1280
35 #define IPV6_SRCRT_STRICT 0x01
36 #define IPV6_SRCRT_TYPE_0 0
37 #define IPV6_SRCRT_TYPE_2 2
63 #define ipv6_destopt_hdr ipv6_opt_hdr
64 #define ipv6_hopopt_hdr ipv6_opt_hdr
76 #define rt0_type rt_hdr.type
88 #define rt2_type rt_hdr.type
109 #if defined(__LITTLE_ENDIAN_BITFIELD)
112 #elif defined(__BIG_ENDIAN_BITFIELD)
116 #error "Please fix <asm/byteorder.h>"