Home
last modified time | relevance | path

Searched refs:IPV6_LEAVE_GROUP (Results 1 - 24 of 24) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Din.h333 #define IPV6_LEAVE_GROUP 21 macro
374 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Din.h331 #define IPV6_LEAVE_GROUP 21 macro
372 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Din.h331 #define IPV6_LEAVE_GROUP 21 macro
372 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H A Din.h334 #define IPV6_LEAVE_GROUP 21 macro
375 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Din.h331 #define IPV6_LEAVE_GROUP 21 macro
372 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP
/third_party/musl/include/netinet/
H A Din.h333 #define IPV6_LEAVE_GROUP 21 macro
374 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP
/third_party/musl/libc-test/src/api/
H A Dnetinet_in.c59 C(IPV6_LEAVE_GROUP) in f()
/third_party/lwip/src/include/lwip/
H A Dsockets.h338 #define IPV6_LEAVE_GROUP 13 macro
339 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs171 pub const IPV6_LEAVE_GROUP: ::c_int = 21; consts
/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
/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
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs549 pub const IPV6_LEAVE_GROUP: ::c_int = 13; consts
/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs355 libc::IPV6_LEAVE_GROUP, super::Ipv6MembershipRequest);
/third_party/ffmpeg/libavformat/
H A Dudp.c75 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs661 pub const IPV6_LEAVE_GROUP: ::c_int = 13; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs974 pub const IPV6_LEAVE_GROUP: ::c_int = 13; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1098 pub const IPV6_LEAVE_GROUP: ::c_int = 13; consts
/third_party/python/Modules/
H A Dsocketmodule.c8220 #ifdef IPV6_LEAVE_GROUP
8221 PyModule_AddIntMacro(m, IPV6_LEAVE_GROUP);
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1032 pub const IPV6_LEAVE_GROUP: ::c_int = 29; consts
/third_party/lwip/src/api/
H A Dsockets.c3697 case IPV6_LEAVE_GROUP: {
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1462 pub const IPV6_LEAVE_GROUP: ::c_int = 13; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1141 pub const IPV6_LEAVE_GROUP: ::c_int = 13; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1781 pub const IPV6_LEAVE_GROUP: ::c_int = 10; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3637 pub const IPV6_LEAVE_GROUP: ::c_int = 13; consts

Completed in 84 milliseconds