Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
|
|
4.2.0-rc2 |
Multicast Listener Discovery API. More...
#include <errno.h>
#include <zephyr/net/net_if.h>
#include <zephyr/net/net_ip.h>
#include <zephyr/toolchain.h>
Go to the source code of this file.
Functions | |
static int | net_ipv6_mld_join (struct net_if *iface, const struct in6_addr *addr) |
Join a given multicast group. | |
static int | net_ipv6_mld_leave (struct net_if *iface, const struct in6_addr *addr) |
Leave a given multicast group. |
Multicast Listener Discovery API.