Data Fields | |
| struct net_protocol * | net_protocol |
| Network-layer protocol. | |
| struct ll_protocol * | ll_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. | |
Definition at line 42 of file arp.c.
struct net_protocol* arp_entry::net_protocol [read] |
Network-layer protocol.
Definition at line 44 of file arp.c.
Referenced by arp_find_entry(), and arp_rx().
struct ll_protocol* arp_entry::ll_protocol [read] |
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] |
1.5.7.1