Home
last modified time | relevance | path

Searched refs:IP_DROP_MEMBERSHIP (Results 1 - 25 of 44) sorted by relevance

12

/third_party/ltp/testcases/network/multicast/mc_member/
H A Dmc_member_test.c164 if (setsockopt(s, IPPROTO_IP, IP_DROP_MEMBERSHIP, in leave_group()
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Din.h211 #define IP_DROP_MEMBERSHIP 36 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Din.h209 #define IP_DROP_MEMBERSHIP 36 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Din.h209 #define IP_DROP_MEMBERSHIP 36 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H A Din.h212 #define IP_DROP_MEMBERSHIP 36 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Din.h209 #define IP_DROP_MEMBERSHIP 36 macro
/third_party/musl/include/netinet/
H A Din.h211 #define IP_DROP_MEMBERSHIP 36 macro
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dsyscalls.rs777 setsockopt(fd, c::IPPROTO_IP as _, c::IP_DROP_MEMBERSHIP, mreq)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Diapp.c528 if (setsockopt(iapp->udp_sock, SOL_IP, IP_DROP_MEMBERSHIP, in iapp_deinit()
/third_party/ffmpeg/libavformat/
H A Dudp.c239 #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 Dsockets.h317 #define IP_DROP_MEMBERSHIP 4 macro
/third_party/libuv/src/win/
H A Dudp.c580 optname = IP_DROP_MEMBERSHIP; in uv__udp_set_membership4()
/third_party/node/deps/uv/src/win/
H A Dudp.c625 optname = IP_DROP_MEMBERSHIP; in uv__udp_set_membership4()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs494 pub const IP_DROP_MEMBERSHIP: ::c_int = 13; consts
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs541 pub const IP_DROP_MEMBERSHIP: ::c_int = 12; consts
/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs321 libc::IP_DROP_MEMBERSHIP,
/third_party/libuv/src/unix/
H A Dudp.c821 optname = IP_DROP_MEMBERSHIP; in uv__udp_set_membership4()
/third_party/node/deps/uv/src/unix/
H A Dudp.c867 optname = IP_DROP_MEMBERSHIP; in uv__udp_set_membership4()
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs650 pub const IP_DROP_MEMBERSHIP: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs504 pub const IP_DROP_MEMBERSHIP: ::c_int = 36; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs971 pub const IP_DROP_MEMBERSHIP: ::c_int = 13; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs732 pub const IP_DROP_MEMBERSHIP: ::c_int = 13; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs828 pub const IP_DROP_MEMBERSHIP: ::c_int = 36; consts
/third_party/python/Modules/
H A Dsocketmodule.c8197 #ifdef IP_DROP_MEMBERSHIP
8198 PyModule_AddIntMacro(m, IP_DROP_MEMBERSHIP);
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1013 pub const IP_DROP_MEMBERSHIP: ::c_int = 13; consts

Completed in 56 milliseconds

12