Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
ipv6_mreq Struct Reference
[Fnet_socket]
IPv6 multicast group information. More...
#include <fnet_socket.h>
Data Fields | |
struct in6_addr | ipv6imr_multiaddr |
IPv6 multicast address of group. | |
fnet_scope_id_t | ipv6imr_interface |
Interface index. |
Detailed Description
IPv6 multicast group information.
The structure is used with the IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP socket options.
- See also:
- IPV6_JOIN_GROUP, IPV6_LEAVE_GROUP
Definition at line 310 of file fnet_socket.h.
Field Documentation
Interface index.
It equals to the scope zone index, defining network interface.
If this member is zero, the default interface is used.
Definition at line 313 of file fnet_socket.h.
struct in6_addr ipv6imr_multiaddr |
IPv6 multicast address of group.
Definition at line 312 of file fnet_socket.h.
Generated on Tue Jul 12 2022 14:26:47 by
