DESERT 3.5.1
Loading...
Searching...
No Matches
UWARPEntry Class Reference

#include <marptable.h>

Public Member Functions

 UWARPEntry (nsaddr_t dst)
 

Public Attributes

int up_
 
nsaddr_t ipaddr_
 
int macaddr_
 
Packet * hold_
 
int count_
 

Detailed Description

ARP table entry.

Definition at line 63 of file marptable.h.

Constructor & Destructor Documentation

◆ UWARPEntry()

UWARPEntry::UWARPEntry ( nsaddr_t  dst)
inline

Constructor.

Parameters
dstDestination network address

Definition at line 70 of file marptable.h.

Member Data Documentation

◆ count_

int UWARPEntry::count_

Number of tries.

Definition at line 88 of file marptable.h.

◆ hold_

Packet* UWARPEntry::hold_

cached packet

Definition at line 86 of file marptable.h.

◆ ipaddr_

nsaddr_t UWARPEntry::ipaddr_

network address

Definition at line 82 of file marptable.h.

◆ macaddr_

int UWARPEntry::macaddr_

mac address

Definition at line 84 of file marptable.h.

◆ up_

int UWARPEntry::up_

Is address up?

Definition at line 80 of file marptable.h.


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