11#ifndef ZEPHYR_INCLUDE_NET_IGMP_H_
12#define ZEPHYR_INCLUDE_NET_IGMP_H_
38#if defined(CONFIG_NET_IPV4_IGMP)
41#define net_ipv4_igmp_join(iface, addr) -ENOSYS
52#if defined(CONFIG_NET_IPV4_IGMP)
55#define net_ipv4_igmp_leave(iface, addr) -ENOSYS
#define net_ipv4_igmp_join(iface, addr)
Join a given multicast group.
Definition: igmp.h:41
#define net_ipv4_igmp_leave(iface, addr)
Leave a given multicast group.
Definition: igmp.h:55
Public API for network interface.
IPv6 and IPv4 definitions.
Network Interface structure.
Definition: net_if.h:468