11#ifndef ZEPHYR_INCLUDE_NET_IGMP_H_
12#define ZEPHYR_INCLUDE_NET_IGMP_H_
38#if defined(CONFIG_NET_IPV4_IGMP)
59#if defined(CONFIG_NET_IPV4_IGMP)
static int net_ipv4_igmp_join(struct net_if *iface, const struct in_addr *addr)
Join a given multicast group.
Definition: igmp.h:41
static int net_ipv4_igmp_leave(struct net_if *iface, const struct in_addr *addr)
Leave a given multicast group.
Definition: igmp.h:62
#define ENOSYS
Function not implemented.
Definition: errno.h:83
Public API for network interface.
IPv6 and IPv4 definitions.
IPv4 address struct.
Definition: net_ip.h:151
Network Interface structure.
Definition: net_if.h:595