Home
last modified time | relevance | path

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

12

/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Din.h374 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Din.h372 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Din.h372 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H A Din.h375 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Din.h372 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP macro
/third_party/musl/include/netinet/
H A Din.h374 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP macro
/third_party/libuv/src/unix/
H A Dudp.c39 #if defined(IPV6_LEAVE_GROUP) && !defined(IPV6_DROP_MEMBERSHIP)
40 # define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP macro
868 optname = IPV6_DROP_MEMBERSHIP; in uv__udp_set_membership6()
/third_party/node/deps/uv/src/unix/
H A Dudp.c39 #if defined(IPV6_LEAVE_GROUP) && !defined(IPV6_DROP_MEMBERSHIP)
40 # define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP macro
914 optname = IPV6_DROP_MEMBERSHIP; in uv__udp_set_membership6()
/third_party/ffmpeg/libavformat/
H A Dudp.c75 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP macro
261 if (setsockopt(sockfd, IPPROTO_IPV6, IPV6_DROP_MEMBERSHIP, &mreq6, sizeof(mreq6)) < 0) { in udp_leave_multicast_group()
262 ff_log_net_error(logctx, AV_LOG_ERROR, "setsockopt(IPV6_DROP_MEMBERSHIP)"); in udp_leave_multicast_group()
/third_party/lwip/src/include/lwip/
H A Dsockets.h339 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP macro
/third_party/libuv/src/win/
H A Dudp.c635 optname = IPV6_DROP_MEMBERSHIP; in uv__udp_set_membership6()
/third_party/node/deps/uv/src/win/
H A Dudp.c680 optname = IPV6_DROP_MEMBERSHIP; in uv__udp_set_membership6()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs551 pub const IPV6_DROP_MEMBERSHIP: ::c_int = 13; consts
/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs335 Ipv6DropMembership, SetOnly, libc::IPPROTO_IPV6, libc::IPV6_DROP_MEMBERSHIP, super::Ipv6MembershipRequest);
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsyscalls.rs1189 setsockopt(fd, c::IPPROTO_IPV6 as _, c::IPV6_DROP_MEMBERSHIP, mreq)
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs662 pub const IPV6_DROP_MEMBERSHIP: ::c_int = 13; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs498 pub const IPV6_DROP_MEMBERSHIP: ::c_int = 21; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs741 pub const IPV6_DROP_MEMBERSHIP: ::c_int = 13; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs926 pub const IPV6_DROP_MEMBERSHIP: ::c_int = 21; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs811 pub const IPV6_DROP_MEMBERSHIP: u32 = 21; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1794 pub const IPV6_DROP_MEMBERSHIP: ::c_int = 21; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs816 pub const IPV6_DROP_MEMBERSHIP: u32 = 21; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs816 pub const IPV6_DROP_MEMBERSHIP: u32 = 21; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs823 pub const IPV6_DROP_MEMBERSHIP: u32 = 21; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs820 pub const IPV6_DROP_MEMBERSHIP: u32 = 21; consts

Completed in 107 milliseconds

12