Home
last modified time | relevance | path

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

12

/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgetsockopt_network.c20 #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 Dping.c195 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 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/musl/porting/liteos_a/kernel/include/netinet/
H A Din.h180 #define IP_TTL 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Din.h179 #define IP_TTL 2 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Din.h179 #define IP_TTL 2 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H A Din.h181 #define IP_TTL 2 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Din.h179 #define IP_TTL 2 macro
/third_party/musl/include/netinet/
H A Din.h180 #define IP_TTL 2 macro
/third_party/toybox/porting/liteos_a/toys/net/
H A Dping.c175 xsetsockopt(TT.sock, IPPROTO_IP, IP_TTL, &len, 4); in ping_main()
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dsyscalls.rs641 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 Dudp.c1188 * 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 Dudp.c1236 * 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 Dsockets.h272 #define IP_TTL 2 macro
/third_party/toybox/toys/pending/
H A Dtraceroute.c132 res = setsockopt(TT.snd_sock, IPPROTO_IP, IP_TTL, &ttl, sizeof(ttl)); in send_probe4()
/third_party/libuv/src/win/
H A Dudp.c975 IP_TTL, in SOCKOPT_SETTER()
/third_party/node/deps/uv/src/win/
H A Dudp.c1020 IP_TTL, in SOCKOPT_SETTER()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs491 pub const IP_TTL: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs536 pub const IP_TTL: ::c_int = 8; consts
/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs951 libc::IP_TTL,
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsyscalls.rs1070 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 Dmod.rs653 pub const IP_TTL: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs492 pub const IP_TTL: ::c_int = 2; consts
/third_party/lwip/src/api/
H A Dsockets.c3102 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 Dmod.rs966 pub const IP_TTL: ::c_int = 4; consts

Completed in 65 milliseconds

12