Gleb Klochkov / Mbed OS Climatcontroll_Main

Dependencies:   esp8266-driver

Embed: (wiki syntax)

« Back to documentation index

ipv6_mreq Struct Reference

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.

IPv6 multicast address of group.

Definition at line 312 of file fnet_socket.h.