12#ifndef ZEPHYR_INCLUDE_NET_MLD_H_
13#define ZEPHYR_INCLUDE_NET_MLD_H_
42#if defined(CONFIG_NET_IPV6_MLD)
63#if defined(CONFIG_NET_IPV6_MLD)
static int net_ipv6_mld_join(struct net_if *iface, const struct in6_addr *addr)
Join a given multicast group.
Definition mld.h:46
static int net_ipv6_mld_leave(struct net_if *iface, const struct in6_addr *addr)
Leave a given multicast group.
Definition mld.h:67
#define ENOTSUP
Unsupported value.
Definition errno.h:114
Public API for network interface.
IPv6 and IPv4 definitions.
IPv6 address struct.
Definition net_ip.h:142
Network Interface structure.
Definition net_if.h:680