Home
last modified time | relevance | path

Searched refs:ip_mreq (Results 1 - 25 of 52) sorted by relevance

123

/third_party/ltp/testcases/network/multicast/mc_member/
H A Dmc_member_test.c15 static int join_group(int, char *, struct ip_mreq *);
16 static int leave_group(int, char *, struct ip_mreq *);
22 struct ip_mreq imr; in main()
109 static int join_group(int s, char *glist, struct ip_mreq *imr) in join_group()
130 imr, sizeof(struct ip_mreq)) == -1) { in join_group()
144 static int leave_group(int s, char *glist, struct ip_mreq *imr) in leave_group()
165 imr, sizeof(struct ip_mreq)) == -1) { in leave_group()
/third_party/ltp/testcases/network/multicast/mc_commo/
H A Dmc_recv.c18 struct ip_mreq imr; in main()
82 sizeof(struct ip_mreq)) < 0) { in main()
H A Dmc_send.c20 struct ip_mreq imr; in main()
/third_party/ltp/testcases/network/multicast/mc_opts/
H A Dmc_verify_opts.c25 struct ip_mreq simr; in main()
/third_party/toybox/toys/net/
H A Dsntp.c93 struct ip_mreq group; in sntp_main()
/third_party/ltp/testcases/network/sockets/
H A DltpServer.c58 struct ip_mreq multiCastReq;
/third_party/lwip/src/include/lwip/
H A Dsockets.h319 typedef struct ip_mreq { struct
322 } ip_mreq; typedef
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp_ssdp.c730 struct ip_mreq mcast_addr; in ssdp_listener_open()
903 struct ip_mreq mreq; in ssdp_open_multicast_sock()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_upnp_ssdp.c730 struct ip_mreq mcast_addr; in ssdp_listener_open()
903 struct ip_mreq mreq; in ssdp_open_multicast_sock()
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Din.h251 struct ip_mreq { struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Din.h249 struct ip_mreq { struct
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Din.h249 struct ip_mreq { struct
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H A Din.h252 struct ip_mreq { struct
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Din.h249 struct ip_mreq { struct
/third_party/musl/include/netinet/
H A Din.h251 struct ip_mreq { struct
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsyscalls.rs1203 fn to_imr(multiaddr: &Ipv4Addr, interface: &Ipv4Addr) -> c::ip_mreq { in to_imr()
1204 c::ip_mreq { in to_imr()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs754 pub struct ip_mreq { structure names
1015 impl PartialEq for ip_mreq {
1016 fn eq(&self, other: &ip_mreq) -> bool { in eq()
1021 impl Eq for ip_mreq {}
1022 impl ::fmt::Debug for ip_mreq {
1024 f.debug_struct("ip_mreq") in fmt()
1030 impl ::hash::Hash for ip_mreq {
/third_party/ffmpeg/libavformat/
H A Dudp.c28 #define _BSD_SOURCE /* Needed for using struct ip_mreq with recent glibc */
207 struct ip_mreq mreq; in udp_join_multicast_group()
241 struct ip_mreq mreq; in udp_leave_multicast_group()
/third_party/libuv/src/win/
H A Dudp.c550 struct ip_mreq mreq; in uv__udp_set_membership4()
/third_party/node/deps/uv/src/win/
H A Dudp.c595 struct ip_mreq mreq; in uv__udp_set_membership4()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs74 pub struct ip_mreq { structure names
/third_party/pulseaudio/src/modules/rtp/
H A Dmodule-rtp-recv.c438 struct ip_mreq mr4; in mcast_socket()
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs517 /// This is a wrapper type around `ip_mreq`.
520 pub struct IpMembershipRequest(libc::ip_mreq);
533 IpMembershipRequest(libc::ip_mreq { in new()
/third_party/lwip/src/api/
H A Dsockets.c3598 const struct ip_mreq *imr = (const struct ip_mreq *)optval;
3601 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, struct ip_mreq, NETCONN_UDP);
/third_party/libuv/src/unix/
H A Dudp.c800 struct ip_mreq mreq; in uv__udp_set_membership4()

Completed in 38 milliseconds

123