HomeSort by relevance Sort by last modified time
    Searched refs:IP_RECVTTL (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/strace/xlat/
sockipoptions.h 53 #if defined(IP_RECVTTL) || (defined(HAVE_DECL_IP_RECVTTL) && HAVE_DECL_IP_RECVTTL)
54 XLAT(IP_RECVTTL),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
in.h 65 #define IP_RECVTTL 12 /* bool */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
in.h 65 #define IP_RECVTTL 12 /* bool */
  /kernel/tests/net/test/
csocket_test.py 56 s.setsockopt(SOL_IP, csocket.IP_RECVTTL, 1)
csocket.py 48 IP_RECVTTL = 12
  /bionic/libc/kernel/uapi/linux/
in.h 95 #define IP_RECVTTL 12
  /external/iproute2/include/uapi/linux/
in.h 101 #define IP_RECVTTL 12
  /external/kernel-headers/original/uapi/linux/
in.h 101 #define IP_RECVTTL 12
  /external/strace/tests/
inet-cmsg.c 119 SETSOCKOPT(0, IP_RECVTTL);
  /external/strace/tests-m32/
inet-cmsg.c 119 SETSOCKOPT(0, IP_RECVTTL);
  /external/strace/tests-mx32/
inet-cmsg.c 119 SETSOCKOPT(0, IP_RECVTTL);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
in.h 71 #define IP_RECVTTL 12
  /external/python/cpython2/Lib/plat-irix6/
IN.py 374 IP_RECVTTL = 45
375 IPV6_RECVHOPS = IP_RECVTTL
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 633 #ifdef IP_RECVTTL
635 cmptr->cmsg_type == IP_RECVTTL) {
640 cmptr->cmsg_type == IP_TTL) { // some implementations seem to send IP_TTL instead of IP_RECVTTL
mDNSPosix.c 686 #if defined(IP_RECVTTL) // Linux
689 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 486 if (setsockopt(icmp_sock, SOL_IP, IP_RECVTTL, (char *)&hold, sizeof(hold)))
487 perror("WARNING: setsockopt(IP_RECVTTL)");
    [all...]
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 342 IP_RECVTTL = 65
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 344 IP_RECVTTL = 65
  /external/python/cpython2/Lib/plat-freebsd8/
IN.py 344 IP_RECVTTL = 65
  /external/python/cpython2/Lib/plat-linux2/
IN.py 497 IP_RECVTTL = 12
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 497 IP_RECVTTL = 12
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 497 IP_RECVTTL = 12
  /external/python/cpython2/Lib/plat-atheos/
IN.py 849 IP_RECVTTL = 12

Completed in 642 milliseconds

1 2 3 4