Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

Ipv4FilterEntry Struct Reference

Ipv4FilterEntry Struct Reference

IPv4 multicast filter entry. More...

#include <ipv4.h>

Data Fields

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

Detailed Description

IPv4 multicast filter entry.

Definition at line 296 of file ipv4.h.


Field Documentation

Multicast address.

Definition at line 298 of file ipv4.h.

bool_t flag

IGMP flag.

Definition at line 301 of file ipv4.h.

uint_t refCount

Reference count for the current entry.

Definition at line 299 of file ipv4.h.

uint_t state

IGMP host state.

Definition at line 300 of file ipv4.h.

systime_t timer

Delay timer.

Definition at line 302 of file ipv4.h.