Searched refs:IP_TTL (Results 1 – 6 of 6) sorted by relevance
59 #define IP_TTL 2 macro
199 public static final int IP_TTL = placeholder(); field in OsConstants
633 … cmptr->cmsg_type == IP_TTL) { // some implementations seem to send IP_TTL instead of IP_RECVTTL in recvfrom_flags()
694 err = setsockopt(*sktPtr, IPPROTO_IP, IP_TTL, &kIntTwoFiveFive, sizeof(kIntTwoFiveFive)); in SetupSocket()
743 #ifdef IP_TTL744 { IP_TTL, "IP_TTL" },
2076 if (setsockopt(icmp_sock, IPPROTO_IP, IP_TTL, in main()