Home
last modified time | relevance | path

Searched refs:IPPROTO_ICMPV6 (Results 1 – 14 of 14) sorted by relevance

/external/tcpdump/
Dipproto.h96 #ifndef IPPROTO_ICMPV6
97 #define IPPROTO_ICMPV6 58 /* ICMPv6 */ macro
Dipproto.c48 { IPPROTO_ICMPV6, "ICMPv6" },
Dprint-ip6.c172 case IPPROTO_ICMPV6: in ip6_print()
Dprint-icmp6.c214 phu.ph.ph_nxt = IPPROTO_ICMPV6; in icmp6_cksum()
/external/kernel-headers/original/linux/
Din6.h137 #define IPPROTO_ICMPV6 58 /* ICMPv6 */ macro
/external/bluetooth/hcidump/parser/
Dtcpip.c139 case IPPROTO_ICMPV6: in ip_dump()
/external/ipsec-tools/src/libipsec/
Dpfkey_dump.c721 case IPPROTO_ICMPV6:
756 case IPPROTO_ICMPV6:
/external/ping6/
Dping6.c518 hints.ai_protocol = IPPROTO_ICMPV6; in main()
625 hints.ai_protocol = IPPROTO_ICMPV6; in main()
658 ghints.ai_protocol = IPPROTO_ICMPV6; in main()
815 if (setsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &filt, in main()
2512 case IPPROTO_ICMPV6: in pr_retip()
/external/ipsec-tools/src/racoon/
Dcfparse.y1312 if (($5 == IPPROTO_ICMP || $5 == IPPROTO_ICMPV6)
1326 if ($5 == IPPROTO_ICMPV6) {
1362 if (($6 == IPPROTO_ICMP || $6 == IPPROTO_ICMPV6)
1384 if ($6 == IPPROTO_ICMPV6) {
Dstrnames.c959 case IPPROTO_ICMPV6:
/external/strace/
Dnet.c416 #ifdef IPPROTO_ICMPV6
417 { IPPROTO_ICMPV6,"IPPROTO_ICMPV6"},
/external/iproute2/ip/
Dipxfrm.c482 case IPPROTO_ICMPV6: in xfrm_selector_print()
1189 case IPPROTO_ICMPV6: in xfrm_selector_upspec_parse()
/external/iptables/iptables/
Dxtables.c1793 {"icmpv6", IPPROTO_ICMPV6},
1794 {"ipv6-icmp", IPPROTO_ICMPV6},
/external/libpcap/
Dgencode.c3833 #ifndef IPPROTO_ICMPV6
3834 #define IPPROTO_ICMPV6 58 macro
3837 b1 = gen_proto(IPPROTO_ICMPV6, Q_IPV6, Q_DEFAULT);