Home
last modified time | relevance | path

Searched refs:IPV6_UNICAST_HOPS (Results 1 - 25 of 37) sorted by relevance

12

/third_party/musl/libc-test/src/api/
H A Dnetinet_in.c63 C(IPV6_UNICAST_HOPS) in f()
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Din.h328 #define IPV6_UNICAST_HOPS 16 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Din.h326 #define IPV6_UNICAST_HOPS 16 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Din.h326 #define IPV6_UNICAST_HOPS 16 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H A Din.h329 #define IPV6_UNICAST_HOPS 16 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Din.h326 #define IPV6_UNICAST_HOPS 16 macro
/third_party/musl/include/netinet/
H A Din.h328 #define IPV6_UNICAST_HOPS 16 macro
/third_party/toybox/porting/liteos_a/toys/net/
H A Dping.c176 else xsetsockopt(TT.sock, IPPROTO_IPV6, IPV6_UNICAST_HOPS, &len, 4); in ping_main()
/third_party/toybox/toys/net/
H A Dping.c196 else xsetsockopt(TT.sock, IPPROTO_IPV6, IPV6_UNICAST_HOPS, &len, sizeof(len)); in ping_main()
/third_party/libuv/src/unix/
H A Dudp.c1188 * is sizeof(int) for IP_TTL and IPV6_UNICAST_HOPS, in uv_udp_set_ttl()
1197 IPV6_UNICAST_HOPS, in uv_udp_set_ttl()
1206 IPV6_UNICAST_HOPS, 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()
1245 IPV6_UNICAST_HOPS, in uv_udp_set_ttl()
1254 IPV6_UNICAST_HOPS, in uv_udp_set_ttl()
/third_party/toybox/toys/pending/
H A Dtraceroute.c151 if (setsockopt(TT.snd_sock, SOL_IPV6, IPV6_UNICAST_HOPS, &ttl, in send_probe6()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs543 pub const IPV6_UNICAST_HOPS: ::c_int = 4; consts
/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs960 libc::IPV6_UNICAST_HOPS,
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs308 pub const IPV6_UNICAST_HOPS: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs493 pub const IPV6_UNICAST_HOPS: ::c_int = 16; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs736 pub const IPV6_UNICAST_HOPS: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs921 pub const IPV6_UNICAST_HOPS: ::c_int = 16; consts
/third_party/python/Modules/
H A Dsocketmodule.c8232 #ifdef IPV6_UNICAST_HOPS
8233 PyModule_AddIntMacro(m, IPV6_UNICAST_HOPS);
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1030 pub const IPV6_UNICAST_HOPS: ::c_int = 27; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1136 pub const IPV6_UNICAST_HOPS: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1243 pub const IPV6_UNICAST_HOPS: ::c_int = 0x5; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs806 pub const IPV6_UNICAST_HOPS: u32 = 16; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1789 pub const IPV6_UNICAST_HOPS: ::c_int = 16; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs811 pub const IPV6_UNICAST_HOPS: u32 = 16; consts

Completed in 94 milliseconds

12