/third_party/ltp/testcases/network/multicast/mc_member/ |
H A D | mc_member_test.c | 15 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 D | mc_recv.c | 18 struct ip_mreq imr; in main() 82 sizeof(struct ip_mreq)) < 0) { in main()
|
H A D | mc_send.c | 20 struct ip_mreq imr; in main()
|
/third_party/ltp/testcases/network/multicast/mc_opts/ |
H A D | mc_verify_opts.c | 25 struct ip_mreq simr; in main()
|
/third_party/toybox/toys/net/ |
H A D | sntp.c | 93 struct ip_mreq group; in sntp_main()
|
/third_party/ltp/testcases/network/sockets/ |
H A D | ltpServer.c | 58 struct ip_mreq multiCastReq;
|
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 319 typedef struct ip_mreq { struct 322 } ip_mreq; typedef
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp_ssdp.c | 730 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 D | wps_upnp_ssdp.c | 730 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 D | in.h | 251 struct ip_mreq { struct
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | in.h | 249 struct ip_mreq { struct
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | in.h | 249 struct ip_mreq { struct
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/ |
H A D | in.h | 252 struct ip_mreq { struct
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | in.h | 249 struct ip_mreq { struct
|
/third_party/musl/include/netinet/ |
H A D | in.h | 251 struct ip_mreq { struct
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | syscalls.rs | 1203 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 D | mod.rs | 754 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 D | udp.c | 28 #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 D | udp.c | 550 struct ip_mreq mreq; in uv__udp_set_membership4()
|
/third_party/node/deps/uv/src/win/ |
H A D | udp.c | 595 struct ip_mreq mreq; in uv__udp_set_membership4()
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 74 pub struct ip_mreq { structure names
|
/third_party/pulseaudio/src/modules/rtp/ |
H A D | module-rtp-recv.c | 438 struct ip_mreq mr4; in mcast_socket()
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | mod.rs | 517 /// 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 D | sockets.c | 3598 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 D | udp.c | 800 struct ip_mreq mreq; in uv__udp_set_membership4()
|