Home
last modified time | relevance | path

Searched refs:IPPROTO_ICMPV6 (Results 1 – 18 of 18) 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/android-clat/
Dipv4.c114 nxthdr = IPPROTO_ICMPV6; in ipv4_packet()
127 if(nxthdr == IPPROTO_ICMPV6) { in ipv4_packet()
Dipv6.c115 ip6->ip6_nxt != IPPROTO_ICMPV6) { in ipv6_packet()
124 if (protocol == IPPROTO_ICMPV6) { in ipv6_packet()
/external/kernel-headers/original/linux/
Din6.h137 #define IPPROTO_ICMPV6 58 /* ICMPv6 */ macro
/external/ipsec-tools/src/libipsec/
Dpfkey_dump.c719 if (ulp == IPPROTO_ICMPV6)
739 else if (ulp == IPPROTO_ICMPV6) {
/external/ping6/
Dping6.c542 hints.ai_protocol = IPPROTO_ICMPV6; in main()
649 hints.ai_protocol = IPPROTO_ICMPV6; in main()
682 ghints.ai_protocol = IPPROTO_ICMPV6; in main()
839 if (setsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &filt, in main()
2536 case IPPROTO_ICMPV6: in pr_retip()
/external/dhcpcd/
Dipv6rs.c119 sock = socket(AF_INET6, SOCK_RAW, IPPROTO_ICMPV6); in ipv6rs_open()
134 if (setsockopt(sock, IPPROTO_ICMPV6, ICMP6_FILTER, in ipv6rs_open()
/external/ipsec-tools/src/racoon/
Dcfparse.y1195 if (($5 == IPPROTO_ICMP || $5 == IPPROTO_ICMPV6)
1209 if ($5 == IPPROTO_ICMPV6) {
1245 if (($6 == IPPROTO_ICMP || $6 == IPPROTO_ICMPV6)
1267 if ($6 == IPPROTO_ICMPV6) {
Dstrnames.c957 case IPPROTO_ICMPV6:
/external/libppp/src/
Dip.c322 case IPPROTO_ICMPV6: in FilterCheck()
635 case IPPROTO_ICMPV6: in PacketCheck()
Dfilter.c381 case IPPROTO_ICMPV6: in filter_Parse()
/external/iproute2/ip/
Dipxfrm.c482 case IPPROTO_ICMPV6: in xfrm_selector_print()
1189 case IPPROTO_ICMPV6: in xfrm_selector_upspec_parse()
/external/strace/
Dnet.c504 #ifdef IPPROTO_ICMPV6
505 { IPPROTO_ICMPV6, "IPPROTO_ICMPV6" },
/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);