#include <fibril_synch.h>
#include <ipc/services.h>
#include <net/device.h>
#include <net/packet.h>
#include <net_hardware.h>
#include <adt/generic_char_map.h>
#include <adt/int_map.h>
#include <adt/measured_strings.h>
Go to the source code of this file.
| Data Structures | |
| struct | arp_device | 
| ARP device specific data.  More... | |
| struct | arp_globals | 
| ARP global data.  More... | |
| struct | arp_proto | 
| ARP protocol specific data.  More... | |
| struct | arp_trans | 
| ARP address translation record.  More... | |
| Typedefs | |
| typedef arp_device | arp_device_t | 
| Type definition of the ARP device specific data. | |
| typedef arp_globals | arp_globals_t | 
| Type definition of the ARP global data. | |
| typedef arp_proto | arp_proto_t | 
| Type definition of the ARP protocol specific data. | |
| typedef arp_trans | arp_trans_t | 
| Type definition of the ARP address translation record. | |
| Functions | |
| DEVICE_MAP_DECLARE (arp_cache, arp_device_t) | |
| ARP address cache. | |
| GENERIC_CHAR_MAP_DECLARE (arp_addr, arp_trans_t) | |
| ARP address map. | |
| INT_MAP_DECLARE (arp_protos, arp_proto_t) | |
| ARP protocol map. | |
Definition in file arp.h.
 1.4.7
 1.4.7