#include <marptable.h>
Public Member Functions | |
MARPEntry (nsaddr_t dst) | |
Public Attributes | |
int | up_ |
nsaddr_t | ipaddr_ |
int | macaddr_ |
Packet * | hold_ |
int | count_ |
Definition at line 50 of file marptable.h.
MARPEntry::MARPEntry | ( | nsaddr_t | dst | ) | [inline] |
int MARPEntry::up_ |
Is address up?
Definition at line 59 of file marptable.h.
Referenced by MLLModule::arpResolve(), MLLModule::command(), and MLLModule::processARP().
nsaddr_t MARPEntry::ipaddr_ |
mac address
Definition at line 63 of file marptable.h.
Referenced by MLLModule::arpResolve(), MLLModule::command(), and MLLModule::processARP().
Packet* MARPEntry::hold_ |
cached packet
Definition at line 65 of file marptable.h.
Referenced by MLLModule::arpResolve(), and MLLModule::processARP().