Searched refs:IP_RECVTTL (Results 1 - 11 of 11) sorted by relevance

/external/strace/xlat/
H A Dsockipoptions.h53 #if defined(IP_RECVTTL) || (defined(HAVE_DECL_IP_RECVTTL) && HAVE_DECL_IP_RECVTTL)
54 XLAT(IP_RECVTTL),
/external/iproute2/include/linux/
H A Din.h100 #define IP_RECVTTL 12 macro
/external/kernel-headers/original/uapi/linux/
H A Din.h100 #define IP_RECVTTL 12 macro
/external/strace/tests/
H A Dinet-cmsg.c117 SETSOCKOPT(0, IP_RECVTTL);
/external/strace/tests-m32/
H A Dinet-cmsg.c117 SETSOCKOPT(0, IP_RECVTTL);
/external/strace/tests-mx32/
H A Dinet-cmsg.c117 SETSOCKOPT(0, IP_RECVTTL);
/external/mdnsresponder/mDNSPosix/
H A DmDNSUNP.c633 #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
H A DmDNSPosix.c686 #if defined(IP_RECVTTL) // Linux
689 setsockopt(*sktPtr, IPPROTO_IP, IP_RECVTTL, &kOn, sizeof(kOn));
/external/iputils/
H A Dtracepath.c406 if (setsockopt(fd, SOL_IP, IP_RECVTTL, &on, sizeof(on))) {
407 perror("IP_RECVTTL");
H A Dtracepath6.c523 if (setsockopt(fd, SOL_IP, IP_RECVTTL, &on, sizeof(on))) {
524 perror("IP_RECVTTL");
H A Dping.c486 if (setsockopt(icmp_sock, SOL_IP, IP_RECVTTL, (char *)&hold, sizeof(hold)))
487 perror("WARNING: setsockopt(IP_RECVTTL)");

Completed in 228 milliseconds