Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Struct used when setting a packet socket multicast filtering. More...

#include <zephyr/net/net_ip.h>

Data Fields

int mr_ifindex
 Network interface index.
uint16_t mr_type
 Packet type (action).
uint16_t mr_alen
 Address length.
uint8_t mr_address [NET_LINK_ADDR_MAX_LENGTH]
 Physical layer address.

Detailed Description

Struct used when setting a packet socket multicast filtering.

Field Documentation

◆ mr_address

uint8_t net_packet_mreq::mr_address[NET_LINK_ADDR_MAX_LENGTH]

Physical layer address.

◆ mr_alen

uint16_t net_packet_mreq::mr_alen

Address length.

◆ mr_ifindex

int net_packet_mreq::mr_ifindex

Network interface index.

◆ mr_type

uint16_t net_packet_mreq::mr_type

Packet type (action).


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