|
DESERT 4.0.0
|
#include <marptable.h>

Public Member Functions | |
| UWARPEntry (nsaddr_t dst) | |
Public Attributes | |
| int | up_ |
| nsaddr_t | ipaddr_ |
| int | macaddr_ |
| Packet * | hold_ |
| int | count_ |
ARP table entry
|
inline |
Constructor
| dst | Destination network address |
| int UWARPEntry::count_ |
Number of tries
| Packet* UWARPEntry::hold_ |
cached packet
| nsaddr_t UWARPEntry::ipaddr_ |
network address
Referenced by UWARPTable::addEntry().
| int UWARPEntry::macaddr_ |
mac address
Referenced by UWMllModule::arpResolve(), and UWMllModule::command().
| int UWARPEntry::up_ |
Is address up?
Referenced by UWMllModule::arpResolve(), and UWMllModule::command().