/third_party/mingw-w64/mingw-w64-headers/include/ |
D | wsipv6ok.h | 74 #undef IP_TTL 75 #define IP_TTL IP_TTL_IPV6INCOMPATIBLE macro
|
D | winsock.h | 143 #define IP_TTL 7 macro
|
D | ws2tcpip.h | 47 #define IP_TTL 4 macro
|
/third_party/boost/boost/asio/ip/ |
D | unicast.hpp | 60 BOOST_ASIO_OS_DEF(IP_TTL),
|
/third_party/boost/boost/asio/detail/ |
D | socket_types.hpp | 253 # define BOOST_ASIO_OS_DEF_IP_TTL IP_TTL 369 # define BOOST_ASIO_OS_DEF_IP_TTL IP_TTL
|
/third_party/libnl/include/linux-private/linux/ |
D | in.h | 91 #define IP_TTL 2 macro
|
/third_party/ltp/testcases/network/sockets/ |
D | ltpClient.c | 500 if (setsockopt(rawSocket, SOL_IP, IP_TTL, &value, sizeof(value)) != 0) { in ping_network() 593 (rawTraceSocket, SOL_IP, IP_TTL, &TimeToLive, in ltp_traceroute()
|
/third_party/mingw-w64/mingw-w64-headers/include/psdk_inc/ |
D | _ws1_undef.h | 102 #undef IP_TTL
|
/third_party/toybox/toys/net/ |
D | ping.c | 170 xsetsockopt(TT.sock, IPPROTO_IP, IP_TTL, &len, 4); in ping_main()
|
/third_party/toybox/porting/liteos_a/toys/net/ |
D | ping.c | 175 xsetsockopt(TT.sock, IPPROTO_IP, IP_TTL, &len, 4); in ping_main()
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | in.h | 179 #define IP_TTL 2 macro
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | in.h | 179 #define IP_TTL 2 macro
|
/third_party/musl/include/netinet/ |
D | in.h | 179 #define IP_TTL 2 macro
|
/third_party/libuv/src/unix/ |
D | udp.c | 1235 IP_TTL, in uv_udp_set_ttl() 1244 IP_TTL, in uv_udp_set_ttl()
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 272 #define IP_TTL 2 macro
|
/third_party/toybox/toys/pending/ |
D | traceroute.c | 132 res = setsockopt(TT.snd_sock, IPPROTO_IP, IP_TTL, &ttl, sizeof(ttl)); in send_probe4()
|
/third_party/libuv/src/win/ |
D | udp.c | 1020 IP_TTL, in SOCKOPT_SETTER() argument
|
/third_party/glib/gio/ |
D | gsocket.c | 1583 g_socket_get_option (socket, IPPROTO_IP, IP_TTL, in g_socket_get_ttl() 1624 g_socket_set_option (socket, IPPROTO_IP, IP_TTL, in g_socket_set_ttl() 1629 g_socket_set_option (socket, IPPROTO_IP, IP_TTL, in g_socket_set_ttl()
|
/third_party/lwip/src/api/ |
D | sockets.c | 3092 case IP_TTL: in lwip_getsockopt_impl() 3537 case IP_TTL: in lwip_setsockopt_impl()
|
/third_party/node/doc/api/ |
D | dgram.md | 701 Sets the `IP_TTL` socket option. While TTL generally stands for "Time to Live",
|
/third_party/python/Modules/ |
D | socketmodule.c | 8057 #ifdef IP_TTL 8058 PyModule_AddIntMacro(m, IP_TTL);
|