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

/haiku/headers/posix/netinet/
H A Din.h131 #define IP_TTL 4 /* int; IP time to live */ macro
/haiku/src/bin/debug/strace/
H A DNetworkTypes.cpp509 SOCKET_OPTION_INFO_ENTRY_TYPE(IPPROTO_IP, IP_TTL, int),
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c1313 #if !defined(IP_HDRINCL) && defined(IP_TTL)
1314 if (setsockopt(sndsock, IPPROTO_IP, IP_TTL,
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp1206 if (option == IP_TTL)
1305 if (option == IP_TTL)
/haiku/src/bin/network/ping/
H A Dping.c768 if (setsockopt(ssend, IPPROTO_IP, IP_TTL, &ttl,
770 err(EX_OSERR, "setsockopt IP_TTL");

Completed in 55 milliseconds