arp_entry Struct Reference

An ARP cache entry. More...


Data Fields

struct net_protocolnet_protocol
 Network-layer protocol.
struct ll_protocolll_protocol
 Link-layer protocol.
uint8_t net_addr [MAX_NET_ADDR_LEN]
 Network-layer address.
uint8_t ll_addr [MAX_LL_ADDR_LEN]
 Link-layer address.


Detailed Description

An ARP cache entry.

Definition at line 42 of file arp.c.


Field Documentation

Network-layer protocol.

Definition at line 44 of file arp.c.

Referenced by arp_find_entry(), and arp_rx().

Link-layer protocol.

Definition at line 46 of file arp.c.

Referenced by arp_find_entry(), and arp_rx().

uint8_t arp_entry::net_addr[MAX_NET_ADDR_LEN]

Network-layer address.

Definition at line 48 of file arp.c.

Referenced by arp_find_entry(), arp_resolve(), and arp_rx().

uint8_t arp_entry::ll_addr[MAX_LL_ADDR_LEN]

Link-layer address.

Definition at line 50 of file arp.c.

Referenced by arp_resolve(), and arp_rx().


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

Generated on Tue Apr 6 20:02:02 2010 for gPXE by  doxygen 1.5.7.1