/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | getsockopt_network.c | 20 #define IP_TTL 2 macro 308 * @tc.desc : IPPROTO_IP,IP_TTL 316 int content = getsockopt(sockfd, IPPROTO_IP, IP_TTL, &optval, (socklen_t *)(&optlen)); in getsockopt_2100()
|
/third_party/toybox/toys/net/ |
H A D | ping.c | 195 xsetsockopt(TT.sock, IPPROTO_IP, IP_TTL, &len, 4); in ping_main() 285 && cmsg->cmsg_type == IP_TTL) { in ping_main()
|
/third_party/ltp/testcases/network/sockets/ |
H A 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/musl/porting/liteos_a/kernel/include/netinet/ |
H A D | in.h | 180 #define IP_TTL 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | in.h | 179 #define IP_TTL 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | in.h | 179 #define IP_TTL 2 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/ |
H A D | in.h | 181 #define IP_TTL 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | in.h | 179 #define IP_TTL 2 macro
|
/third_party/musl/include/netinet/ |
H A D | in.h | 180 #define IP_TTL 2 macro
|
/third_party/toybox/porting/liteos_a/toys/net/ |
H A D | ping.c | 175 xsetsockopt(TT.sock, IPPROTO_IP, IP_TTL, &len, 4); in ping_main()
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | syscalls.rs | 641 setsockopt(fd, c::IPPROTO_IP as _, c::IP_TTL, ttl) 646 getsockopt(fd, c::IPPROTO_IP as _, c::IP_TTL)
|
/third_party/libuv/src/unix/ |
H A D | udp.c | 1188 * is sizeof(int) for IP_TTL and IPV6_UNICAST_HOPS, in uv_udp_set_ttl() 1196 IP_TTL, in uv_udp_set_ttl() 1205 IP_TTL, in uv_udp_set_ttl()
|
/third_party/node/deps/uv/src/unix/ |
H A D | udp.c | 1236 * is sizeof(int) for IP_TTL and IPV6_UNICAST_HOPS, in uv_udp_set_ttl() 1244 IP_TTL, in uv_udp_set_ttl() 1253 IP_TTL, in uv_udp_set_ttl()
|
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 272 #define IP_TTL 2 macro
|
/third_party/toybox/toys/pending/ |
H A D | traceroute.c | 132 res = setsockopt(TT.snd_sock, IPPROTO_IP, IP_TTL, &ttl, sizeof(ttl)); in send_probe4()
|
/third_party/libuv/src/win/ |
H A D | udp.c | 975 IP_TTL, in SOCKOPT_SETTER()
|
/third_party/node/deps/uv/src/win/ |
H A D | udp.c | 1020 IP_TTL, in SOCKOPT_SETTER()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 491 pub const IP_TTL: ::c_int = 4; consts
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 536 pub const IP_TTL: ::c_int = 8; consts
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | sockopt.rs | 951 libc::IP_TTL,
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | syscalls.rs | 1070 setsockopt(fd, c::IPPROTO_IP as _, c::IP_TTL, ttl) 1075 getsockopt(fd, c::IPPROTO_IP as _, c::IP_TTL)
|
/third_party/rust/crates/libc/src/unix/hermit/ |
H A D | mod.rs | 653 pub const IP_TTL: ::c_int = 2; consts
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 492 pub const IP_TTL: ::c_int = 2; consts
|
/third_party/lwip/src/api/ |
H A D | sockets.c | 3102 case IP_TTL: 3105 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_getsockopt(%d, IPPROTO_IP, IP_TTL) = %d\n", 3550 case IP_TTL: 3553 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_IP, IP_TTL, ..) -> %d\n",
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 966 pub const IP_TTL: ::c_int = 4; consts
|