/third_party/ltp/testcases/network/multicast/mc_member/ |
H A D | mc_member_test.c | 164 if (setsockopt(s, IPPROTO_IP, IP_DROP_MEMBERSHIP, in leave_group()
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
H A D | in.h | 211 #define IP_DROP_MEMBERSHIP 36 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | in.h | 209 #define IP_DROP_MEMBERSHIP 36 macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | in.h | 209 #define IP_DROP_MEMBERSHIP 36 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/ |
H A D | in.h | 212 #define IP_DROP_MEMBERSHIP 36 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | in.h | 209 #define IP_DROP_MEMBERSHIP 36 macro
|
/third_party/musl/include/netinet/ |
H A D | in.h | 211 #define IP_DROP_MEMBERSHIP 36 macro
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | syscalls.rs | 777 setsockopt(fd, c::IPPROTO_IP as _, c::IP_DROP_MEMBERSHIP, mreq)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | iapp.c | 528 if (setsockopt(iapp->udp_sock, SOL_IP, IP_DROP_MEMBERSHIP, in iapp_deinit()
|
/third_party/ffmpeg/libavformat/ |
H A D | udp.c | 239 #ifdef IP_DROP_MEMBERSHIP in udp_leave_multicast_group() 248 if (setsockopt(sockfd, IPPROTO_IP, IP_DROP_MEMBERSHIP, (const void *)&mreq, sizeof(mreq)) < 0) { in udp_leave_multicast_group() 249 ff_log_net_error(logctx, AV_LOG_ERROR, "setsockopt(IP_DROP_MEMBERSHIP)"); in udp_leave_multicast_group()
|
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 317 #define IP_DROP_MEMBERSHIP 4 macro
|
/third_party/libuv/src/win/ |
H A D | udp.c | 580 optname = IP_DROP_MEMBERSHIP; in uv__udp_set_membership4()
|
/third_party/node/deps/uv/src/win/ |
H A D | udp.c | 625 optname = IP_DROP_MEMBERSHIP; in uv__udp_set_membership4()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 494 pub const IP_DROP_MEMBERSHIP: ::c_int = 13; consts
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 541 pub const IP_DROP_MEMBERSHIP: ::c_int = 12; consts
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | sockopt.rs | 321 libc::IP_DROP_MEMBERSHIP,
|
/third_party/libuv/src/unix/ |
H A D | udp.c | 821 optname = IP_DROP_MEMBERSHIP; in uv__udp_set_membership4()
|
/third_party/node/deps/uv/src/unix/ |
H A D | udp.c | 867 optname = IP_DROP_MEMBERSHIP; in uv__udp_set_membership4()
|
/third_party/rust/crates/libc/src/unix/hermit/ |
H A D | mod.rs | 650 pub const IP_DROP_MEMBERSHIP: ::c_int = 4; consts
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 504 pub const IP_DROP_MEMBERSHIP: ::c_int = 36; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 971 pub const IP_DROP_MEMBERSHIP: ::c_int = 13; consts
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 732 pub const IP_DROP_MEMBERSHIP: ::c_int = 13; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 828 pub const IP_DROP_MEMBERSHIP: ::c_int = 36; consts
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 8197 #ifdef IP_DROP_MEMBERSHIP 8198 PyModule_AddIntMacro(m, IP_DROP_MEMBERSHIP);
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1013 pub const IP_DROP_MEMBERSHIP: ::c_int = 13; consts
|