/third_party/libuv/src/win/ |
H A D | winsock.h | 49 #ifndef IPV6_HOPLIMIT 50 # define IPV6_HOPLIMIT 21 macro
|
H A D | udp.c | 976 IPV6_HOPLIMIT, in SOCKOPT_SETTER()
|
/third_party/node/deps/uv/src/win/ |
H A D | winsock.h | 49 #ifndef IPV6_HOPLIMIT 50 # define IPV6_HOPLIMIT 21 macro
|
H A D | udp.c | 1021 IPV6_HOPLIMIT, in SOCKOPT_SETTER()
|
/third_party/ltp/testcases/network/lib6/ |
H A D | asapi_03.c | 138 {"IPV6_RECVHOPLIMIT", IPV6_RECVHOPLIMIT, 1, IPV6_HOPLIMIT, 1, 190 {sizeof(uint32_t), SOL_IPV6, IPV6_HOPLIMIT, {0x21} },
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
H A D | in.h | 350 #define IPV6_HOPLIMIT 52 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | in.h | 348 #define IPV6_HOPLIMIT 52 macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | in.h | 348 #define IPV6_HOPLIMIT 52 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/ |
H A D | in.h | 351 #define IPV6_HOPLIMIT 52 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | in.h | 348 #define IPV6_HOPLIMIT 52 macro
|
/third_party/musl/include/netinet/ |
H A D | in.h | 350 #define IPV6_HOPLIMIT 52 macro
|
/third_party/python/Lib/test/ |
H A D | test_socket.py | 980 'IPV6_HOPLIMIT', 3853 self.assertEqual(cmsg_type, socket.IPV6_HOPLIMIT) 3861 @requireAttrs(socket, "IPV6_RECVHOPLIMIT", "IPV6_HOPLIMIT") 3874 @requireAttrs(socket, "CMSG_SPACE", "IPV6_RECVHOPLIMIT", "IPV6_HOPLIMIT") 3890 @requireAttrs(socket, "IPV6_RECVHOPLIMIT", "IPV6_HOPLIMIT") 3901 [(socket.IPPROTO_IPV6, socket.IPV6_HOPLIMIT, 3934 hldata = ancmap[(socket.IPPROTO_IPV6, socket.IPV6_HOPLIMIT)] 3941 @requireAttrs(socket, "IPV6_RECVHOPLIMIT", "IPV6_HOPLIMIT", 3952 @requireAttrs(socket, "CMSG_SPACE", "IPV6_RECVHOPLIMIT", "IPV6_HOPLIMIT", 3966 @requireAttrs(socket, "CMSG_SPACE", "IPV6_RECVHOPLIMIT", "IPV6_HOPLIMIT", [all...] |
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 978 pub const IPV6_HOPLIMIT: ::c_int = 47; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 940 pub const IPV6_HOPLIMIT: ::c_int = 52; consts
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 8249 #ifdef IPV6_HOPLIMIT 8250 PyModule_AddIntMacro(m, IPV6_HOPLIMIT);
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1036 pub const IPV6_HOPLIMIT: ::c_int = 33; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1154 pub const IPV6_HOPLIMIT: ::c_int = 47; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 836 pub const IPV6_HOPLIMIT: u32 = 52; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 841 pub const IPV6_HOPLIMIT: u32 = 52; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 841 pub const IPV6_HOPLIMIT: u32 = 52; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 848 pub const IPV6_HOPLIMIT: u32 = 52; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 845 pub const IPV6_HOPLIMIT: u32 = 52; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 848 pub const IPV6_HOPLIMIT: u32 = 52; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 845 pub const IPV6_HOPLIMIT: u32 = 52; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 835 pub const IPV6_HOPLIMIT: u32 = 52; consts
|