Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
|
|
4.2.0-rc2 |
Struct used when joining or leaving a IPv6 multicast group. More...
#include <socket.h>
Data Fields | |
struct in6_addr | ipv6mr_multiaddr |
IPv6 multicast address of group. | |
int | ipv6mr_ifindex |
Network interface index of the local IPv6 address. |
Struct used when joining or leaving a IPv6 multicast group.
int ipv6_mreq::ipv6mr_ifindex |
Network interface index of the local IPv6 address.
struct in6_addr ipv6_mreq::ipv6mr_multiaddr |
IPv6 multicast address of group.