Zephyr API Documentation
3.6.0
A Scalable Open Source RTOS
|
|
3.6.0 |
IGMP API. More...
Go to the source code of this file.
Data Structures | |
struct | igmp_param |
Functions | |
static int | net_ipv4_igmp_join (struct net_if *iface, const struct in_addr *addr, const struct igmp_param *param) |
Join a given multicast group. | |
static int | net_ipv4_igmp_leave (struct net_if *iface, const struct in_addr *addr) |
Leave a given multicast group. | |
IGMP API.