Searched refs:IPPROTO_HOPOPTS (Results 1 – 9 of 9) sorted by relevance
/external/iptables/extensions/ |
D | libip6t_ipv6header.c | 32 { "hop-by-hop", IPPROTO_HOPOPTS }, 34 { "hop", IPPROTO_HOPOPTS }, 42 { "0", IPPROTO_HOPOPTS }, 54 { IPPROTO_HOPOPTS, MASK_HOPOPTS },
|
/external/tcpdump/ |
D | ipproto.h | 43 #ifndef IPPROTO_HOPOPTS 44 #define IPPROTO_HOPOPTS 0 /* IPv6 hop-by-hop options */ macro
|
D | ipproto.c | 27 { IPPROTO_HOPOPTS, "Options" },
|
D | print-ip6.c | 155 case IPPROTO_HOPOPTS: in ip6_print()
|
D | print-icmp6.c | 1217 case IPPROTO_HOPOPTS: in get_upperlayer()
|
/external/kernel-headers/original/uapi/linux/ |
D | in6.h | 131 #define IPPROTO_HOPOPTS 0 /* IPv6 hop-by-hop options */ macro
|
/external/libpcap/Win32/Include/ |
D | ip6_misc.h | 107 #define IPPROTO_HOPOPTS 0 /* IPv6 hop-by-hop options */ macro
|
/external/iproute2/include/linux/ |
D | in6.h | 131 #define IPPROTO_HOPOPTS 0 /* IPv6 hop-by-hop options */ macro
|
/external/libpcap/ |
D | gencode.c | 110 #ifndef IPPROTO_HOPOPTS 111 #define IPPROTO_HOPOPTS 0 macro 5666 s[i]->s.k = IPPROTO_HOPOPTS;
|