Home
last modified time | relevance | path

Searched refs:IP_TTL (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Dsockipoptions.h7 #if defined(IP_TTL) || (defined(HAVE_DECL_IP_TTL) && HAVE_DECL_IP_TTL)
8 XLAT(IP_TTL),
Dsockipoptions.in2 IP_TTL
/external/iputils/
Dtracepath.c153 } else if (cmsg->cmsg_type == IP_TTL) { in recverr()
422 if (setsockopt(fd, SOL_IP, IP_TTL, &on, sizeof(on))) { in main()
Dtracepath6.c194 case IP_TTL: in recverr()
550 if (setsockopt(fd, SOL_IP, IP_TTL, &on, sizeof(on))) { in main()
Dping.c573 if (setsockopt(icmp_sock, IPPROTO_IP, IP_TTL, in main()
817 if (cmsg->cmsg_type == IP_TTL) { in parse_reply()
/external/kernel-headers/original/uapi/linux/
Din.h84 #define IP_TTL 2 macro
/external/mdnsresponder/mDNSPosix/
DmDNSUNP.c640 … cmptr->cmsg_type == IP_TTL) { // some implementations seem to send IP_TTL instead of IP_RECVTTL in recvfrom_flags()
DmDNSPosix.c713 err = setsockopt(*sktPtr, IPPROTO_IP, IP_TTL, &kIntTwoFiveFive, sizeof(kIntTwoFiveFive)); in SetupSocket()
/external/toybox/toys/pending/
Dtraceroute.c132 res = setsockopt(TT.snd_sock, IPPROTO_IP, IP_TTL, &ttl, sizeof(ttl)); in send_probe4()