/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
H A D | in.h | 373 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | in.h | 371 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | in.h | 371 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/ |
H A D | in.h | 374 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | in.h | 371 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP macro
|
/third_party/musl/include/netinet/ |
H A D | in.h | 373 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP macro
|
/third_party/ffmpeg/libavformat/ |
H A D | udp.c | 73 #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 D | udp.c | 35 #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 D | udp.c | 35 #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 D | sockets.h | 337 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP macro
|
/third_party/libuv/src/win/ |
H A D | udp.c | 632 optname = IPV6_ADD_MEMBERSHIP; in uv__udp_set_membership6()
|
/third_party/node/deps/uv/src/win/ |
H A D | udp.c | 677 optname = IPV6_ADD_MEMBERSHIP; in uv__udp_set_membership6()
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 550 pub const IPV6_ADD_MEMBERSHIP: ::c_int = 12; consts
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | sockopt.rs | 330 Ipv6AddMembership, SetOnly, libc::IPPROTO_IPV6, libc::IPV6_ADD_MEMBERSHIP, super::Ipv6MembershipRequest);
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | syscalls.rs | 1169 setsockopt(fd, c::IPPROTO_IPV6 as _, c::IPV6_ADD_MEMBERSHIP, mreq)
|
/third_party/rust/crates/libc/src/unix/hermit/ |
H A D | mod.rs | 660 pub const IPV6_ADD_MEMBERSHIP: ::c_int = 12; consts
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 497 pub const IPV6_ADD_MEMBERSHIP: ::c_int = 20; consts
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 740 pub const IPV6_ADD_MEMBERSHIP: ::c_int = 12; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 925 pub const IPV6_ADD_MEMBERSHIP: ::c_int = 20; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 810 pub const IPV6_ADD_MEMBERSHIP: u32 = 20; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1793 pub const IPV6_ADD_MEMBERSHIP: ::c_int = 20; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 815 pub const IPV6_ADD_MEMBERSHIP: u32 = 20; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 815 pub const IPV6_ADD_MEMBERSHIP: u32 = 20; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 822 pub const IPV6_ADD_MEMBERSHIP: u32 = 20; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 819 pub const IPV6_ADD_MEMBERSHIP: u32 = 20; consts
|