HomeSort by relevance Sort by last modified time
    Searched refs:IPPROTO_ICMPV6 (Results 76 - 100 of 105) sorted by null

1 2 34 5

  /libcore/ojluni/src/main/native/
Inet6AddressImpl.c 327 fd = JVM_Socket(AF_INET6, SOCK_RAW, IPPROTO_ICMPV6);
  /frameworks/base/services/net/java/android/net/apf/
ApfFilter.java 446 uint8(mPacket.get(IPV6_NEXT_HEADER_OFFSET)) != IPPROTO_ICMPV6 ||
    [all...]
  /external/android-clat/
clatd_test.cpp 65 #define IPV6_ICMPV6_HEADER IPV6_HEADER(IPPROTO_ICMPV6)
245 ASSERT_TRUE(protocol == IPPROTO_TCP || protocol == IPPROTO_UDP || protocol == IPPROTO_ICMPV6)
263 case IPPROTO_ICMPV6:
    [all...]
  /frameworks/base/services/tests/servicestests/src/android/net/apf/
ApfTest.java 789 packet.put(IPV6_NEXT_HEADER_OFFSET, (byte)IPPROTO_ICMPV6);
    [all...]
  /frameworks/base/services/net/java/android/net/ip/
RouterAdvertisementDaemon.java 567 mSocket = Os.socket(AF_INET6, SOCK_RAW, IPPROTO_ICMPV6);
  /system/extras/tests/net_test/
net_test.py 121 proto = {AF_INET: IPPROTO_ICMP, AF_INET6: IPPROTO_ICMPV6}[family]
ping6_test.py 133 if (ipv6.nh != IPPROTO_ICMPV6 or
  /external/ipsec-tools/src/racoon/
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) {
    [all...]
strnames.c 957 case IPPROTO_ICMPV6:
cftoken.l 427 icmp6 { YYD; yylval.num = IPPROTO_ICMPV6; return(UL_PROTO); }
  /external/dhcpcd-6.8.2/
ipv6nd.c 169 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,
    [all...]
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
VpnTest.java 294 s = Os.socket(AF_INET6, SOCK_DGRAM, IPPROTO_ICMPV6);
  /external/iputils/
traceroute6.c 346 icmp_sock = socket(AF_INET6, SOCK_RAW, IPPROTO_ICMPV6);
  /external/toybox/toys/pending/
traceroute.c 510 (TT.istraceroute6 ? IPPROTO_ICMPV6 : IPPROTO_ICMP));
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkDiagnostics.java 428 mProtocol = IPPROTO_ICMPV6;
  /libcore/luni/src/main/java/android/system/
OsConstants.java 293 public static final int IPPROTO_ICMPV6 = placeholder();
    [all...]
  /external/iproute2/ip/
ipxfrm.c 482 case IPPROTO_ICMPV6:
1356 case IPPROTO_ICMPV6:
    [all...]
xfrm_policy.c 76 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_ICMPV6));
xfrm_state.c 102 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_ICMPV6));
    [all...]
  /external/iptables/libxtables/
xtables.c     [all...]
  /libcore/luni/src/test/java/libcore/io/
OsTest.java 420 FileDescriptor fd = Libcore.os.socket(AF_INET6, SOCK_DGRAM, IPPROTO_ICMPV6);
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 299 initConstant(env, c, "IPPROTO_ICMPV6", IPPROTO_ICMPV6);
  /external/libpcap/
gencode.c     [all...]
  /external/tcpdump/
print-icmp6.c 629 IPPROTO_ICMPV6);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock2.h 100 #define IPPROTO_ICMPV6 58
    [all...]

Completed in 8713 milliseconds

1 2 34 5