Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_ipv6_mreq Struct Reference

Struct used when joining or leaving a IPv6 multicast group. More...

#include <zephyr/net/net_ip.h>

Data Fields

struct net_in6_addr ipv6mr_multiaddr
 IPv6 multicast address of group.
int ipv6mr_ifindex
 Network interface index of the local IPv6 address.

Detailed Description

Struct used when joining or leaving a IPv6 multicast group.

Field Documentation

◆ ipv6mr_ifindex

int net_ipv6_mreq::ipv6mr_ifindex

Network interface index of the local IPv6 address.

◆ ipv6mr_multiaddr

struct net_in6_addr net_ipv6_mreq::ipv6mr_multiaddr

IPv6 multicast address of group.


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