HomeSort by relevance Sort by last modified time
    Searched refs:IP_TTL (Results 76 - 99 of 99) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
in.h 50 #define IP_TTL 2
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
in.h 50 #define IP_TTL 2
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
in.h 50 #define IP_TTL 2
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
in.h 50 #define IP_TTL 2
  /external/iputils/
tracepath.c 153 } else if (cmsg->cmsg_type == IP_TTL) {
422 if (setsockopt(fd, SOL_IP, IP_TTL, &on, sizeof(on))) {
423 perror("IP_TTL");
tracepath6.c 194 case IP_TTL:
550 if (setsockopt(fd, SOL_IP, IP_TTL, &on, sizeof(on))) {
551 perror("IP_TTL");
ping.c 573 if (setsockopt(icmp_sock, IPPROTO_IP, IP_TTL,
817 if (cmsg->cmsg_type == IP_TTL) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 102 #undef IP_TTL
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-darwin/
IN.py 151 IP_TTL = 4
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 143 #define IP_TTL 7
ws2tcpip.h 39 #define IP_TTL 4
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 486 IP_TTL = 2
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpPacket.java 83 private static final byte IP_TTL = (byte) 0x40;
364 buf.put(IP_TTL); // TTL: use default 64 from RFC1340
    [all...]
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 640 cmptr->cmsg_type == IP_TTL) { // some implementations seem to send IP_TTL instead of IP_RECVTTL
mDNSPosix.c 713 err = setsockopt(*sktPtr, IPPROTO_IP, IP_TTL, &kIntTwoFiveFive, sizeof(kIntTwoFiveFive));
714 if (err < 0) { err = errno; perror("setsockopt - IP_TTL"); }
    [all...]
  /external/toybox/toys/pending/
traceroute.c 132 res = setsockopt(TT.snd_sock, IPPROTO_IP, IP_TTL, &ttl, sizeof(ttl));
312 if (toys.optflags & FLAG_l) xprintf(" (%d)", rcv_pkt->ip_ttl);
322 if (rcv_pkt->ip_ttl <= 1) xprintf(" !");
  /libcore/luni/src/main/java/android/system/
OsConstants.java 313 public static final int IP_TTL = placeholder();
    [all...]
  /system/extras/tests/net_test/
multinetwork_base.py 49 IP_TTL = 2
ping6_test.py 623 s.setsockopt(SOL_IP, IP_TTL, 2)
multinetwork_test.py 518 s.setsockopt(net_test.SOL_IP, IP_TTL, 39)
    [all...]
  /frameworks/base/libs/common_time/
common_time_server.cpp 521 rc = setsockopt(mSocket, IPPROTO_IP, IP_TTL, &one, sizeof(one));
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 336 initConstant(env, c, "IP_TTL", IP_TTL);
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 

Completed in 3052 milliseconds

1 2 34