Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
igmp.h File Reference

IGMP API. More...

#include <zephyr/types.h>
#include <zephyr/net/net_if.h>
#include <zephyr/net/net_ip.h>

Go to the source code of this file.

Functions

static int net_ipv4_igmp_join (struct net_if *iface, const struct in_addr *addr)
 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.
 

Detailed Description

IGMP API.