Searched refs:IPPROTO_HOPOPTS (Results 1 – 8 of 8) 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 | 45 #ifndef IPPROTO_HOPOPTS 46 #define IPPROTO_HOPOPTS 0 /* IPv6 hop-by-hop options */ macro
|
D | ipproto.c | 31 { IPPROTO_HOPOPTS, "Options" },
|
D | print-ip6.c | 125 case IPPROTO_HOPOPTS: in ip6_print()
|
D | print-icmp6.c | 557 case IPPROTO_HOPOPTS: in get_upperlayer()
|
/external/kernel-headers/original/linux/ |
D | in6.h | 134 #define IPPROTO_HOPOPTS 0 /* IPv6 hop-by-hop options */ macro
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/ |
D | in.h | 113 #define IPPROTO_HOPOPTS 0 /* IP6 hop-by-hop options */ macro
|
/external/libpcap/ |
D | gencode.c | 4549 s[i]->s.k = IPPROTO_HOPOPTS;
|