Zephyr API Documentation 4.0.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ip_mreq Struct Reference

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

#include <socket.h>

Data Fields

struct in_addr imr_multiaddr
 IP multicast group address.
 
struct 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 in_addr ip_mreq::imr_interface

IP address of local interface.

◆ imr_multiaddr

struct in_addr ip_mreq::imr_multiaddr

IP multicast group address.


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