Searched refs:IPPROTO_ICMPV6 (Results 1 – 18 of 18) sorted by relevance
/external/tcpdump/ |
D | ipproto.h | 96 #ifndef IPPROTO_ICMPV6 97 #define IPPROTO_ICMPV6 58 /* ICMPv6 */ macro
|
D | ipproto.c | 48 { IPPROTO_ICMPV6, "ICMPv6" },
|
D | print-ip6.c | 172 case IPPROTO_ICMPV6: in ip6_print()
|
D | print-icmp6.c | 214 phu.ph.ph_nxt = IPPROTO_ICMPV6; in icmp6_cksum()
|
/external/android-clat/ |
D | ipv4.c | 114 nxthdr = IPPROTO_ICMPV6; in ipv4_packet() 127 if(nxthdr == IPPROTO_ICMPV6) { in ipv4_packet()
|
D | ipv6.c | 115 ip6->ip6_nxt != IPPROTO_ICMPV6) { in ipv6_packet() 124 if (protocol == IPPROTO_ICMPV6) { in ipv6_packet()
|
/external/kernel-headers/original/linux/ |
D | in6.h | 137 #define IPPROTO_ICMPV6 58 /* ICMPv6 */ macro
|
/external/ipsec-tools/src/libipsec/ |
D | pfkey_dump.c | 719 if (ulp == IPPROTO_ICMPV6) 739 else if (ulp == IPPROTO_ICMPV6) {
|
/external/ping6/ |
D | ping6.c | 542 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/ |
D | ipv6rs.c | 119 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/ |
D | cfparse.y | 1195 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) {
|
D | strnames.c | 957 case IPPROTO_ICMPV6:
|
/external/libppp/src/ |
D | ip.c | 322 case IPPROTO_ICMPV6: in FilterCheck() 635 case IPPROTO_ICMPV6: in PacketCheck()
|
D | filter.c | 381 case IPPROTO_ICMPV6: in filter_Parse()
|
/external/iproute2/ip/ |
D | ipxfrm.c | 482 case IPPROTO_ICMPV6: in xfrm_selector_print() 1189 case IPPROTO_ICMPV6: in xfrm_selector_upspec_parse()
|
/external/strace/ |
D | net.c | 504 #ifdef IPPROTO_ICMPV6 505 { IPPROTO_ICMPV6, "IPPROTO_ICMPV6" },
|
/external/iptables/iptables/ |
D | xtables.c | 1793 {"icmpv6", IPPROTO_ICMPV6}, 1794 {"ipv6-icmp", IPPROTO_ICMPV6},
|
/external/libpcap/ |
D | gencode.c | 3833 #ifndef IPPROTO_ICMPV6 3834 #define IPPROTO_ICMPV6 58 macro 3837 b1 = gen_proto(IPPROTO_ICMPV6, Q_IPV6, Q_DEFAULT);
|