Home
last modified time | relevance | path

Searched refs:IPV6_ADD_MEMBERSHIP (Results 1 - 25 of 34) sorted by relevance

12

/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Din.h373 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Din.h371 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Din.h371 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H A Din.h374 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Din.h371 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP macro
/third_party/musl/include/netinet/
H A Din.h373 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP macro
/third_party/ffmpeg/libavformat/
H A Dudp.c73 #ifndef IPV6_ADD_MEMBERSHIP
74 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP macro
227 if (setsockopt(sockfd, IPPROTO_IPV6, IPV6_ADD_MEMBERSHIP, &mreq6, sizeof(mreq6)) < 0) { in udp_join_multicast_group()
228 ff_log_net_error(logctx, AV_LOG_ERROR, "setsockopt(IPV6_ADD_MEMBERSHIP)"); in udp_join_multicast_group()
/third_party/libuv/src/unix/
H A Dudp.c35 #if defined(IPV6_JOIN_GROUP) && !defined(IPV6_ADD_MEMBERSHIP)
36 # define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP macro
865 optname = IPV6_ADD_MEMBERSHIP; in uv__udp_set_membership6()
/third_party/node/deps/uv/src/unix/
H A Dudp.c35 #if defined(IPV6_JOIN_GROUP) && !defined(IPV6_ADD_MEMBERSHIP)
36 # define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP macro
911 optname = IPV6_ADD_MEMBERSHIP; in uv__udp_set_membership6()
/third_party/lwip/src/include/lwip/
H A Dsockets.h337 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP macro
/third_party/libuv/src/win/
H A Dudp.c632 optname = IPV6_ADD_MEMBERSHIP; in uv__udp_set_membership6()
/third_party/node/deps/uv/src/win/
H A Dudp.c677 optname = IPV6_ADD_MEMBERSHIP; in uv__udp_set_membership6()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs550 pub const IPV6_ADD_MEMBERSHIP: ::c_int = 12; consts
/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs330 Ipv6AddMembership, SetOnly, libc::IPPROTO_IPV6, libc::IPV6_ADD_MEMBERSHIP, super::Ipv6MembershipRequest);
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsyscalls.rs1169 setsockopt(fd, c::IPPROTO_IPV6 as _, c::IPV6_ADD_MEMBERSHIP, mreq)
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs660 pub const IPV6_ADD_MEMBERSHIP: ::c_int = 12; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs497 pub const IPV6_ADD_MEMBERSHIP: ::c_int = 20; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs740 pub const IPV6_ADD_MEMBERSHIP: ::c_int = 12; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs925 pub const IPV6_ADD_MEMBERSHIP: ::c_int = 20; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs810 pub const IPV6_ADD_MEMBERSHIP: u32 = 20; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1793 pub const IPV6_ADD_MEMBERSHIP: ::c_int = 20; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs815 pub const IPV6_ADD_MEMBERSHIP: u32 = 20; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs815 pub const IPV6_ADD_MEMBERSHIP: u32 = 20; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs822 pub const IPV6_ADD_MEMBERSHIP: u32 = 20; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs819 pub const IPV6_ADD_MEMBERSHIP: u32 = 20; consts

Completed in 117 milliseconds

12