Ipv6FilterEntry Struct Reference

IPv6 multicast filter entry. More...

#include <ipv6.h>

Data Fields

Ipv6Addr addr
 Multicast address. More...
 
uint_t refCount
 Reference count for the current entry. More...
 
uint_t state
 MLD node state. More...
 
bool_t flag
 MLD flag. More...
 
systime_t timer
 Delay timer. More...
 

Detailed Description

IPv6 multicast filter entry.

Definition at line 447 of file ipv6.h.

Field Documentation

◆ addr

Ipv6Addr addr

Multicast address.

Definition at line 449 of file ipv6.h.

◆ flag

bool_t flag

MLD flag.

Definition at line 452 of file ipv6.h.

◆ refCount

uint_t refCount

Reference count for the current entry.

Definition at line 450 of file ipv6.h.

◆ state

uint_t state

MLD node state.

Definition at line 451 of file ipv6.h.

◆ timer

systime_t timer

Delay timer.

Definition at line 453 of file ipv6.h.


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