Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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: