MARPEntry Class Reference

#include <marptable.h>

List of all members.

Public Member Functions

 MARPEntry (nsaddr_t dst)

Public Attributes

int up_
nsaddr_t ipaddr_
int macaddr_
Packet * hold_
int count_


Detailed Description

ARP table entry

Definition at line 50 of file marptable.h.


Constructor & Destructor Documentation

MARPEntry::MARPEntry ( nsaddr_t  dst  )  [inline]

Constructor

Parameters:
dst Destination network address

Definition at line 56 of file marptable.h.


Member Data Documentation

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_

network address

Definition at line 61 of file marptable.h.

Referenced by MARPTable::addEntry().

int MARPEntry::macaddr_

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().

int MARPEntry::count_

Number of tries

Definition at line 67 of file marptable.h.

Referenced by MLLModule::arpResolve().


The documentation for this class was generated from the following file:
Generated on Wed Nov 26 15:48:56 2008 for NS-MIRACLE library by  doxygen 1.5.2