Searched refs:IP_TTL (Results 1 – 9 of 9) sorted by relevance
/external/strace/xlat/ |
D | sockipoptions.h | 7 #if defined(IP_TTL) || (defined(HAVE_DECL_IP_TTL) && HAVE_DECL_IP_TTL) 8 XLAT(IP_TTL),
|
D | sockipoptions.in | 2 IP_TTL
|
/external/iputils/ |
D | tracepath.c | 153 } else if (cmsg->cmsg_type == IP_TTL) { in recverr() 422 if (setsockopt(fd, SOL_IP, IP_TTL, &on, sizeof(on))) { in main()
|
D | tracepath6.c | 194 case IP_TTL: in recverr() 550 if (setsockopt(fd, SOL_IP, IP_TTL, &on, sizeof(on))) { in main()
|
D | ping.c | 573 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/ |
D | in.h | 84 #define IP_TTL 2 macro
|
/external/mdnsresponder/mDNSPosix/ |
D | mDNSUNP.c | 640 … cmptr->cmsg_type == IP_TTL) { // some implementations seem to send IP_TTL instead of IP_RECVTTL in recvfrom_flags()
|
D | mDNSPosix.c | 713 err = setsockopt(*sktPtr, IPPROTO_IP, IP_TTL, &kIntTwoFiveFive, sizeof(kIntTwoFiveFive)); in SetupSocket()
|
/external/toybox/toys/pending/ |
D | traceroute.c | 132 res = setsockopt(TT.snd_sock, IPPROTO_IP, IP_TTL, &ttl, sizeof(ttl)); in send_probe4()
|