My climat station
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
1.7.2
Gleb Klochkov