Webserver+3d print

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

MacFilterEntry Struct Reference

MacFilterEntry Struct Reference

MAC filter table entry. More...

#include <ethernet.h>

Data Fields

MacAddr addr
 MAC address.
uint_t refCount
 Reference count for the current entry.

Detailed Description

MAC filter table entry.

Definition at line 163 of file ethernet.h.


Field Documentation

MacAddr addr

MAC address.

Definition at line 165 of file ethernet.h.

uint_t refCount

Reference count for the current entry.

Definition at line 166 of file ethernet.h.