HomeSort by relevance Sort by last modified time
    Searched refs:IP_RECVTTL (Results 51 - 60 of 60) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
in.h 60 #define IP_RECVTTL 12
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
in.h 60 #define IP_RECVTTL 12
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
in.h 60 #define IP_RECVTTL 12
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 626 #ifdef IP_RECVTTL
628 cmptr->cmsg_type == IP_RECVTTL) {
633 cmptr->cmsg_type == IP_TTL) { // some implementations seem to send IP_TTL instead of IP_RECVTTL
mDNSPosix.c 668 #if defined(IP_RECVTTL) // Linux
671 setsockopt(*sktPtr, IPPROTO_IP, IP_RECVTTL, &kOn, sizeof(kOn));
    [all...]
  /external/iputils/
tracepath.c 406 if (setsockopt(fd, SOL_IP, IP_RECVTTL, &on, sizeof(on))) {
407 perror("IP_RECVTTL");
tracepath6.c 523 if (setsockopt(fd, SOL_IP, IP_RECVTTL, &on, sizeof(on))) {
524 perror("IP_RECVTTL");
ping.c 483 if (setsockopt(icmp_sock, SOL_IP, IP_RECVTTL, (char *)&hold, sizeof(hold)))
484 perror("WARNING: setsockopt(IP_RECVTTL)");
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 497 IP_RECVTTL = 12
  /external/strace/
net.c 782 #ifdef IP_RECVTTL
783 { IP_RECVTTL, "IP_RECVTTL" },
    [all...]

Completed in 463 milliseconds

1 23