Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
igmp_param Struct Reference

IGMP parameters. More...

#include <igmp.h>

Data Fields

struct in_addrsource_list
 List of sources to include or exclude.
size_t sources_len
 Length of source list.
bool include
 Source list filter type.

Detailed Description

IGMP parameters.

Field Documentation

◆ include

bool igmp_param::include

Source list filter type.

◆ source_list

struct in_addr* igmp_param::source_list

List of sources to include or exclude.

◆ sources_len

size_t igmp_param::sources_len

Length of source list.


The documentation for this struct was generated from the following file: