Lines Matching full:multicast
37 * Definitions for IP multicast forwarding.
52 * Multicast Routing set/getsockopt commands.
58 #define MRT6_ADD_MIF 102 /* add multicast interface */
59 #define MRT6_DEL_MIF 103 /* delete multicast interface */
74 * Types and macros for handling bitmaps with one bit per multicast interface.
116 struct sockaddr_in6 mf6cc_mcastgrp; /* multicast group associated */
122 * The kernel's multicast routing statistics.
127 uint64_t mrt6s_upcalls; /* # calls to multicast routing daemon */
142 * Struct used to communicate from kernel to multicast router
157 * Structure used to communicate from kernel to multicast router.
176 * Argument structure used by multicast routing daemon to get src-grp
214 * The kernel's multicast-interface structure.
232 * The kernel's multicast forwarding cache entry structure
236 struct sockaddr_in6 mf6c_mcastgrp; /* multicast group associated*/