Zephyr API 3.6.99
Loading...
Searching...
No Matches
net_ip_mreqn Struct Reference

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

#include <net_ip.h>

Data Fields

struct net_in_addr imr_multiaddr
 IP multicast group address

 
struct net_in_addr imr_address
 IP address of local interface.
 
int imr_ifindex
 Network interface index

 

Detailed Description

Struct used when joining or leaving a IPv4 multicast group.

Field Documentation

◆ imr_address

struct net_in_addr net_ip_mreqn::imr_address

IP address of local interface.

◆ imr_ifindex

int net_ip_mreqn::imr_ifindex

Network interface index

◆ imr_multiaddr

struct net_in_addr net_ip_mreqn::imr_multiaddr

IP multicast group address


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