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.
ns_ipv6_mreq Struct Reference
Multicast group request used for setsockopt() More...
#include <socket_api.h>
Data Fields | |
uint8_t | ipv6mr_multiaddr [16] |
IPv6 multicast address. | |
int8_t | ipv6mr_interface |
interface id |
Detailed Description
Multicast group request used for setsockopt()
Definition at line 763 of file socket_api.h.
Field Documentation
int8_t ipv6mr_interface |
interface id
Definition at line 765 of file socket_api.h.
uint8_t ipv6mr_multiaddr[16] |
IPv6 multicast address.
Definition at line 764 of file socket_api.h.
Generated on Tue Jul 12 2022 13:33:14 by
