|
NAME | LIBRARY | SYNOPSIS | DESCRIPTION | HISTORY | SEE ALSO | COLOPHON |
|
|
|
ip_mreq_source(2type) ip_mreq_source(2type)
ip_mreq_source - IP multicast request source
Standard C library (libc)
#include <netinet/in.h>
struct ip_mreq_source {
struct in_addr imr_multiaddr; /* IP multicast group address */
struct in_addr imr_interface; /* IP address of local interface */
struct in_addr imr_sourceaddr; /* IP address of multicast source */
};
The ip_mreq_source structure is similar to the ip_mreqn(2type)
structure.
.imr_multiaddr
The address of the multicast group the application wants to
join or leave.
.imr_interface
The address of the local interface with which the system
should join or leave the multicast group.
.imr_sourceaddr
The address of the source the application wants to receive
data from.
Linux 2.4.22, Linux 2.5.68.
IP_ADD_SOURCE_MEMBERSHIP(2const), IP_BLOCK_SOURCE(2const),
IP_DROP_SOURCE_MEMBERSHIP(2const), IP_UNBLOCK_SOURCE(2const),
ip(7).
This page is part of the man-pages (Linux kernel and C library
user-space interface documentation) project. Information about
the project can be found at
⟨https://www.kernel.org/doc/man-pages/⟩. If you have a bug report
for this manual page, see
⟨https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING⟩.
This page was obtained from the tarball man-pages-6.18.tar.gz
fetched from
⟨https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/⟩ on
2026-05-24. If you discover any rendering problems in this HTML
version of the page, or you believe there is a better or more up-
to-date source for the page, or you have corrections or
improvements to the information in this COLOPHON (which is not
part of the original manual page), send a mail to
man-pages@man7.org
Linux man-pages 6.18 2025-11-25 ip_mreq_source(2type)
Pages that refer to this page: IP_ADD_SOURCE_MEMBERSHIP(2const), IP_BLOCK_SOURCE(2const), IP_DROP_SOURCE_MEMBERSHIP(2const)