Home
last modified time | relevance | path

Searched refs:IPV6_MULTICAST_LOOP (Results 1 - 25 of 38) sorted by relevance

12

/third_party/musl/libc-test/src/api/
H A Dnetinet_in.c62 C(IPV6_MULTICAST_LOOP) in f()
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dsyscalls.rs695 c::IPV6_MULTICAST_LOOP,
702 getsockopt(fd, c::IPPROTO_IPV6 as _, c::IPV6_MULTICAST_LOOP).map(to_bool)
713 c::IPV6_MULTICAST_LOOP,
720 getsockopt(fd, c::IPPROTO_IP as _, c::IPV6_MULTICAST_LOOP)
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Din.h331 #define IPV6_MULTICAST_LOOP 19 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Din.h329 #define IPV6_MULTICAST_LOOP 19 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Din.h329 #define IPV6_MULTICAST_LOOP 19 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H A Din.h332 #define IPV6_MULTICAST_LOOP 19 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Din.h329 #define IPV6_MULTICAST_LOOP 19 macro
/third_party/musl/include/netinet/
H A Din.h331 #define IPV6_MULTICAST_LOOP 19 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsyscalls.rs1124 c::IPV6_MULTICAST_LOOP,
1131 getsockopt(fd, c::IPPROTO_IPV6 as _, c::IPV6_MULTICAST_LOOP).map(to_bool)
1142 c::IPV6_MULTICAST_LOOP,
1149 getsockopt(fd, c::IPPROTO_IP as _, c::IPV6_MULTICAST_LOOP)
/third_party/libuv/src/unix/
H A Dudp.c1242 * is sizeof(int) for IPV6_MULTICAST_LOOP and sizeof(char) for in uv_udp_set_multicast_loop()
1251 IPV6_MULTICAST_LOOP, in uv_udp_set_multicast_loop()
1259 IPV6_MULTICAST_LOOP, in uv_udp_set_multicast_loop()
/third_party/node/deps/uv/src/unix/
H A Dudp.c1290 * is sizeof(int) for IPV6_MULTICAST_LOOP and sizeof(char) for in uv_udp_set_multicast_loop()
1299 IPV6_MULTICAST_LOOP, in uv_udp_set_multicast_loop()
1307 IPV6_MULTICAST_LOOP, in uv_udp_set_multicast_loop()
/third_party/libuv/src/win/
H A Dudp.c984 IPV6_MULTICAST_LOOP, in SOCKOPT_SETTER()
/third_party/node/deps/uv/src/win/
H A Dudp.c1029 IPV6_MULTICAST_LOOP, in SOCKOPT_SETTER()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs546 pub const IPV6_MULTICAST_LOOP: ::c_int = 11; consts
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs311 pub const IPV6_MULTICAST_LOOP: ::c_int = 11; consts
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs666 pub const IPV6_MULTICAST_LOOP: ::c_int = 7; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs496 pub const IPV6_MULTICAST_LOOP: ::c_int = 19; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs739 pub const IPV6_MULTICAST_LOOP: ::c_int = 11; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs924 pub const IPV6_MULTICAST_LOOP: ::c_int = 19; consts
/third_party/python/Modules/
H A Dsocketmodule.c8229 #ifdef IPV6_MULTICAST_LOOP
8230 PyModule_AddIntMacro(m, IPV6_MULTICAST_LOOP);
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1029 pub const IPV6_MULTICAST_LOOP: ::c_int = 26; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1139 pub const IPV6_MULTICAST_LOOP: ::c_int = 11; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1246 pub const IPV6_MULTICAST_LOOP: ::c_int = 0x8; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs809 pub const IPV6_MULTICAST_LOOP: u32 = 19; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1792 pub const IPV6_MULTICAST_LOOP: ::c_int = 19; consts

Completed in 90 milliseconds

12