Home
last modified time | relevance | path

Searched refs:IP_TTL (Results 1 – 21 of 21) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/include/
Dwsipv6ok.h74 #undef IP_TTL
75 #define IP_TTL IP_TTL_IPV6INCOMPATIBLE macro
Dwinsock.h143 #define IP_TTL 7 macro
Dws2tcpip.h47 #define IP_TTL 4 macro
/third_party/boost/boost/asio/ip/
Dunicast.hpp60 BOOST_ASIO_OS_DEF(IP_TTL),
/third_party/boost/boost/asio/detail/
Dsocket_types.hpp253 # 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/
Din.h91 #define IP_TTL 2 macro
/third_party/ltp/testcases/network/sockets/
DltpClient.c500 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.h102 #undef IP_TTL
/third_party/toybox/toys/net/
Dping.c170 xsetsockopt(TT.sock, IPPROTO_IP, IP_TTL, &len, 4); in ping_main()
/third_party/toybox/porting/liteos_a/toys/net/
Dping.c175 xsetsockopt(TT.sock, IPPROTO_IP, IP_TTL, &len, 4); in ping_main()
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Din.h179 #define IP_TTL 2 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Din.h179 #define IP_TTL 2 macro
/third_party/musl/include/netinet/
Din.h179 #define IP_TTL 2 macro
/third_party/libuv/src/unix/
Dudp.c1235 IP_TTL, in uv_udp_set_ttl()
1244 IP_TTL, in uv_udp_set_ttl()
/third_party/lwip/src/include/lwip/
Dsockets.h272 #define IP_TTL 2 macro
/third_party/toybox/toys/pending/
Dtraceroute.c132 res = setsockopt(TT.snd_sock, IPPROTO_IP, IP_TTL, &ttl, sizeof(ttl)); in send_probe4()
/third_party/libuv/src/win/
Dudp.c1020 IP_TTL, in SOCKOPT_SETTER() argument
/third_party/glib/gio/
Dgsocket.c1583 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/
Dsockets.c3092 case IP_TTL: in lwip_getsockopt_impl()
3537 case IP_TTL: in lwip_setsockopt_impl()
/third_party/node/doc/api/
Ddgram.md701 Sets the `IP_TTL` socket option. While TTL generally stands for "Time to Live",
/third_party/python/Modules/
Dsocketmodule.c8057 #ifdef IP_TTL
8058 PyModule_AddIntMacro(m, IP_TTL);