|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
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. | |
Struct used when setting a packet socket multicast filtering.
| uint8_t net_packet_mreq::mr_address[NET_LINK_ADDR_MAX_LENGTH] |
Physical layer address.
| uint16_t net_packet_mreq::mr_alen |
Address length.
| int net_packet_mreq::mr_ifindex |
Network interface index.
| uint16_t net_packet_mreq::mr_type |
Packet type (action).