#include <arp.h>
Collaboration diagram for ARPEntry:

Public Member Functions | |
| ARPEntry (ARPEntry_List *head, nsaddr_t dst) | |
| ARPEntry * | nextarp () |
Private Member Functions | |
| LIST_ENTRY (ARPEntry) arp_link_ | |
Private Attributes | |
| int | up_ |
| nsaddr_t | ipaddr_ |
| int | macaddr_ |
| Packet * | hold_ |
| int | count_ |
Friends | |
| class | ARPTable |
|
||||||||||||
|
Definition at line 96 of file arp.h. References count_, hold_, ipaddr_, LIST_INSERT_HEAD, macaddr_, and up_.
|
|
|
|
|
|
Definition at line 102 of file arp.h. Referenced by ARPTable::arplookup().
00102 { return arp_link_.le_next; }
|
|
|
|
|
|
Definition at line 111 of file arp.h. Referenced by ARPEntry(), and ARPTable::arpresolve(). |
|
|
Definition at line 110 of file arp.h. Referenced by ARPEntry(), ARPTable::arpinput(), and ARPTable::arpresolve(). |
|
|
Definition at line 108 of file arp.h. Referenced by ARPEntry(), and ARPTable::arplookup(). |
|
|
Definition at line 109 of file arp.h. Referenced by ARPEntry(), ARPTable::arpinput(), and ARPTable::arpresolve(). |
|
|
Definition at line 107 of file arp.h. Referenced by ARPEntry(), ARPTable::arpinput(), and ARPTable::arpresolve(). |
1.3.3