Home
last modified time | relevance | path

Searched refs:IPV6_HOPLIMIT (Results 1 - 25 of 32) sorted by relevance

12

/third_party/libuv/src/win/
H A Dwinsock.h49 #ifndef IPV6_HOPLIMIT
50 # define IPV6_HOPLIMIT 21 macro
H A Dudp.c976 IPV6_HOPLIMIT, in SOCKOPT_SETTER()
/third_party/node/deps/uv/src/win/
H A Dwinsock.h49 #ifndef IPV6_HOPLIMIT
50 # define IPV6_HOPLIMIT 21 macro
H A Dudp.c1021 IPV6_HOPLIMIT, in SOCKOPT_SETTER()
/third_party/ltp/testcases/network/lib6/
H A Dasapi_03.c138 {"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 Din.h350 #define IPV6_HOPLIMIT 52 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Din.h348 #define IPV6_HOPLIMIT 52 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Din.h348 #define IPV6_HOPLIMIT 52 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H A Din.h351 #define IPV6_HOPLIMIT 52 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Din.h348 #define IPV6_HOPLIMIT 52 macro
/third_party/musl/include/netinet/
H A Din.h350 #define IPV6_HOPLIMIT 52 macro
/third_party/python/Lib/test/
H A Dtest_socket.py980 '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 Dmod.rs978 pub const IPV6_HOPLIMIT: ::c_int = 47; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs940 pub const IPV6_HOPLIMIT: ::c_int = 52; consts
/third_party/python/Modules/
H A Dsocketmodule.c8249 #ifdef IPV6_HOPLIMIT
8250 PyModule_AddIntMacro(m, IPV6_HOPLIMIT);
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1036 pub const IPV6_HOPLIMIT: ::c_int = 33; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1154 pub const IPV6_HOPLIMIT: ::c_int = 47; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs836 pub const IPV6_HOPLIMIT: u32 = 52; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs841 pub const IPV6_HOPLIMIT: u32 = 52; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs841 pub const IPV6_HOPLIMIT: u32 = 52; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs848 pub const IPV6_HOPLIMIT: u32 = 52; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs845 pub const IPV6_HOPLIMIT: u32 = 52; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs848 pub const IPV6_HOPLIMIT: u32 = 52; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs845 pub const IPV6_HOPLIMIT: u32 = 52; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs835 pub const IPV6_HOPLIMIT: u32 = 52; consts

Completed in 165 milliseconds

12