Home
last modified time | relevance | path

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

12

/external/tcpdump/
Dipproto.h94 #ifndef IPPROTO_ICMPV6
95 #define IPPROTO_ICMPV6 58 /* ICMPv6 */ macro
Dipproto.c44 { IPPROTO_ICMPV6, "ICMPv6" },
Dprint-ip6.c202 case IPPROTO_ICMPV6: in ip6_print()
/external/strace/xlat/
Dinet_protocols.h68 #if defined(IPPROTO_ICMPV6) || (defined(HAVE_DECL_IPPROTO_ICMPV6) && HAVE_DECL_IPPROTO_ICMPV6)
69 XLAT(IPPROTO_ICMPV6),
Dinet_protocols.in20 IPPROTO_ICMPV6
/external/android-clat/
Dipv4.c99 nxthdr = IPPROTO_ICMPV6; in ipv4_packet()
125 } else if (nxthdr == IPPROTO_ICMPV6) { in ipv4_packet()
Dipv6.c108 ip6->ip6_nxt != IPPROTO_ICMPV6) { in ipv6_packet()
141 if (protocol == IPPROTO_ICMPV6) { in ipv6_packet()
Dclatd_test.cpp65 #define IPV6_ICMPV6_HEADER IPV6_HEADER(IPPROTO_ICMPV6)
245 ASSERT_TRUE(protocol == IPPROTO_TCP || protocol == IPPROTO_UDP || protocol == IPPROTO_ICMPV6) in check_packet()
263 case IPPROTO_ICMPV6: in check_packet()
/external/toybox/toys/pending/
Dping.c67 protocol = IPPROTO_ICMPV6;
Dtraceroute.c510 (TT.istraceroute6 ? IPPROTO_ICMPV6 : IPPROTO_ICMP)); in traceroute_main()
/external/kernel-headers/original/uapi/linux/
Din6.h134 #define IPPROTO_ICMPV6 58 /* ICMPv6 */ macro
/external/libpcap/Win32/Include/
Dip6_misc.h113 #define IPPROTO_ICMPV6 58 /* ICMPv6 */ macro
/external/iproute2/include/linux/
Din6.h134 #define IPPROTO_ICMPV6 58 /* ICMPv6 */ macro
/external/iputils/
Dping6.c91 #define SOL_ICMPV6 IPPROTO_ICMPV6
721 icmp_sock = socket(AF_INET6, SOCK_DGRAM, IPPROTO_ICMPV6); in main()
724 icmp_sock = socket(AF_INET6, SOCK_RAW, IPPROTO_ICMPV6); in main()
932 whereto.sin6_port = htons(IPPROTO_ICMPV6); in main()
1142 err = setsockopt(icmp_sock, IPPROTO_ICMPV6, ICMP6_FILTER, in main()
1663 if (nexthdr == IPPROTO_ICMPV6) { in parse_reply()
Dtraceroute6.c346 icmp_sock = socket(AF_INET6, SOCK_RAW, IPPROTO_ICMPV6); in main()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dsocket_types.hpp97 # define ASIO_OS_DEF_IPPROTO_ICMPV6 IPPROTO_ICMPV6
/external/iputils/ninfod/
Dninfod.c209 return socket(PF_INET6, SOCK_RAW, IPPROTO_ICMPV6); in open_sock()
272 IPPROTO_ICMPV6, ICMP6_FILTER, in init_sock()
/external/ipsec-tools/src/libipsec/
Dpfkey_dump.c719 if (ulp == IPPROTO_ICMPV6)
739 else if (ulp == IPPROTO_ICMPV6) {
/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/dhcpcd-6.8.2/
Dipv6nd.c169 IPPROTO_ICMPV6); in ipv6nd_open()
173 if ((ctx->nd_fd = socket(PF_INET6, SOCK_RAW, IPPROTO_ICMPV6)) == -1) in ipv6nd_open()
210 if (setsockopt(ctx->nd_fd, IPPROTO_ICMPV6, ICMP6_FILTER, in ipv6nd_open()
/external/iproute2/ip/
Dipxfrm.c482 case IPPROTO_ICMPV6: in xfrm_selector_print()
1356 case IPPROTO_ICMPV6: in xfrm_selector_upspec_parse()
Dxfrm_policy.c76 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_ICMPV6)); in usage()
Dxfrm_state.c102 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_ICMPV6)); in usage()
/external/iptables/libxtables/
Dxtables.c1878 {"icmpv6", IPPROTO_ICMPV6},
1879 {"ipv6-icmp", IPPROTO_ICMPV6},

12