Ipv4FilterEntry Struct Reference

IPv4 multicast filter entry. More...

#include <ipv4.h>

Data Fields

Ipv4Addr addr
 Multicast address. More...
 
uint_t refCount
 Reference count for the current entry. More...
 
uint_t state
 IGMP host state. More...
 
bool_t flag
 IGMP flag. More...
 
systime_t timer
 Delay timer. More...
 

Detailed Description

IPv4 multicast filter entry.

Definition at line 356 of file ipv4.h.

Field Documentation

◆ addr

Ipv4Addr addr

Multicast address.

Definition at line 358 of file ipv4.h.

◆ flag

bool_t flag

IGMP flag.

Definition at line 361 of file ipv4.h.

◆ refCount

uint_t refCount

Reference count for the current entry.

Definition at line 359 of file ipv4.h.

◆ state

uint_t state

IGMP host state.

Definition at line 360 of file ipv4.h.

◆ timer

systime_t timer

Delay timer.

Definition at line 362 of file ipv4.h.


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