posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
ipv6_mreq Struct Reference

IPv6 multicast group request. More...

#include <zephyr/posix/netinet/in.h>

Collaboration diagram for ipv6_mreq:

Data Fields

struct in6_addr ipv6mr_multiaddr
 Multicast address.
 
unsigned int ipv6mr_interface
 Interface index.
 

Detailed Description

IPv6 multicast group request.

Definition at line 104 of file in.h.

Field Documentation

◆ ipv6mr_interface

unsigned int ipv6_mreq::ipv6mr_interface

Interface index.

Definition at line 106 of file in.h.

◆ ipv6mr_multiaddr

struct in6_addr ipv6_mreq::ipv6mr_multiaddr

Multicast address.

Definition at line 105 of file in.h.


The documentation for this struct was generated from the following file: