arp_entry
arp_entry *entry = arp_entry::Lookup(
typedef arp_entry ValueType;
get_request_buffer(arp_entry* entry)
put_request_buffer(arp_entry* entry, net_buffer* buffer)
delete_request_buffer(arp_entry* entry)
/*static*/ arp_entry *
arp_entry::Lookup(in_addr_t address)
/*static*/ arp_entry *
arp_entry::Add(in_addr_t protocolAddress, sockaddr_dl *hardwareAddress,
arp_entry *entry = new (std::nothrow) arp_entry;
arp_entry::~arp_entry()
arp_entry::ClearQueue()
arp_entry::MarkFailed()
arp_entry::MarkValid()
arp_entry::ScheduleRemoval()
uint32 flags, arp_entry **_entry = NULL)
arp_entry *entry = arp_entry::Lookup(protocolAddress);
entry = arp_entry::Add(protocolAddress, hardwareAddress, flags);
arp_entry* entry;
arp_entry* entry = arp_entry::Lookup(inetAddress);
arp_entry *entry = arp_entry::Lookup(header.protocol_target);
arp_entry *next;
arp_entry *entry = (arp_entry *)data;
arp_start_resolve(arp_protocol* protocol, in_addr_t address, arp_entry** _entry)
arp_entry *entry = arp_entry::Add(address, NULL, 0);
static arp_entry *Lookup(in_addr_t protocolAddress);
static arp_entry *Add(in_addr_t protocolAddress,
~arp_entry();
arp_entry *entry = arp_entry::Lookup(control.address);
arp_entry *entry = NULL;
arp_entry *entry = arp_entry::Lookup(control.address);
arp_entry *entry;