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

Struct used when setting a IPv4 multicast network interface. More...

#include <zephyr/net/net_ip.h>

Data Fields

struct net_in_addr imr_multiaddr
 IP multicast group address.
struct net_in_addr imr_interface
 IP address of local interface.

Detailed Description

Struct used when setting a IPv4 multicast network interface.

Field Documentation

◆ imr_interface

struct net_in_addr net_ip_mreq::imr_interface

IP address of local interface.

◆ imr_multiaddr

struct net_in_addr net_ip_mreq::imr_multiaddr

IP multicast group address.


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