Searched refs:IP_TTL (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Dip_output.c978 case IP_TTL:
999 case IP_TTL:
1152 case IP_TTL:
1171 case IP_TTL:
H A Din.h405 #define IP_TTL 4 /* int; IP time to live */ macro
/freebsd-10.0-release/tools/regression/netinet/ipbroadcast/
H A Dipbroadcast.c101 fprintf(stderr, "-t: Set IP_TTL to <ttl>\n");
247 ret = setsockopt(s, IPPROTO_IP, IP_TTL, &soptval, soptlen);
249 perror("setsockopt IPPROTO_IP IP_TTL");
/freebsd-10.0-release/tools/tools/net80211/wesside/dics/
H A Ddics.c140 ctl.hdr.cmsg_type != IP_TTL
/freebsd-10.0-release/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c370 * IP_TTL fields in kernel is stored as an 8-bit value, reflecting the IP
380 * - We can read the IP_TOS/IP_TTL options.
772 err(-1, "get_socket(%s %d) for test_ip_uchar(IP_TTL)",
774 test_ip_uchar(sock, socktypename, IP_TTL, "IP_TTL", 64);
/freebsd-10.0-release/contrib/traceroute/
H A Dtraceroute.c1213 #if !defined(IP_HDRINCL) && defined(IP_TTL)
1214 if (setsockopt(sndsock, IPPROTO_IP, IP_TTL,
/freebsd-10.0-release/sbin/ping/
H A Dping.c676 if (setsockopt(s, IPPROTO_IP, IP_TTL, &ttl,
678 err(EX_OSERR, "setsockopt IP_TTL");
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_socket.c265 return (IP_TTL);

Completed in 121 milliseconds