Searched refs:IPPROTO_ICMPV6 (Results 1 - 25 of 31) sorted by relevance

12

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

Completed in 401 milliseconds

12