/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
H A D | in.h | 374 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | in.h | 372 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | in.h | 372 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/ |
H A D | in.h | 375 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | in.h | 372 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP macro
|
/third_party/musl/include/netinet/ |
H A D | in.h | 374 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP macro
|
/third_party/libuv/src/unix/ |
H A D | udp.c | 39 #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 D | udp.c | 39 #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 D | udp.c | 75 #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 D | sockets.h | 339 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP macro
|
/third_party/libuv/src/win/ |
H A D | udp.c | 635 optname = IPV6_DROP_MEMBERSHIP; in uv__udp_set_membership6()
|
/third_party/node/deps/uv/src/win/ |
H A D | udp.c | 680 optname = IPV6_DROP_MEMBERSHIP; in uv__udp_set_membership6()
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 551 pub const IPV6_DROP_MEMBERSHIP: ::c_int = 13; consts
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | sockopt.rs | 335 Ipv6DropMembership, SetOnly, libc::IPPROTO_IPV6, libc::IPV6_DROP_MEMBERSHIP, super::Ipv6MembershipRequest);
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | syscalls.rs | 1189 setsockopt(fd, c::IPPROTO_IPV6 as _, c::IPV6_DROP_MEMBERSHIP, mreq)
|
/third_party/rust/crates/libc/src/unix/hermit/ |
H A D | mod.rs | 662 pub const IPV6_DROP_MEMBERSHIP: ::c_int = 13; consts
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 498 pub const IPV6_DROP_MEMBERSHIP: ::c_int = 21; consts
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 741 pub const IPV6_DROP_MEMBERSHIP: ::c_int = 13; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 926 pub const IPV6_DROP_MEMBERSHIP: ::c_int = 21; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 811 pub const IPV6_DROP_MEMBERSHIP: u32 = 21; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1794 pub const IPV6_DROP_MEMBERSHIP: ::c_int = 21; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 816 pub const IPV6_DROP_MEMBERSHIP: u32 = 21; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 816 pub const IPV6_DROP_MEMBERSHIP: u32 = 21; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 823 pub const IPV6_DROP_MEMBERSHIP: u32 = 21; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 820 pub const IPV6_DROP_MEMBERSHIP: u32 = 21; consts
|