| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <arp.h>
Inheritance diagram for ARPTable:

Public Member Functions | |
| ARPTable (const char *tclnode, const char *tclmac) | |
| int | command (int argc, const char *const *argv) |
| int | arpresolve (nsaddr_t dst, Packet *p, LL *ll) |
| void | arpinput (Packet *p, LL *ll) |
| ARPEntry * | arplookup (nsaddr_t dst) |
| void | arprequest (nsaddr_t src, nsaddr_t dst, LL *ll) |
| void | Terminate (void) |
| LIST_ENTRY (ARPTable) link_ | |
Static Public Attributes | |
| ARPTable_List | athead_ = { 0 } |
Private Member Functions | |
| int | initialized () |
Private Attributes | |
| ARPEntry_List | arphead_ |
| MobileNode * | node_ |
| Mac * | mac_ |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
Reimplemented from LinkDelay. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|