ARP module. More...
#include <fibril_synch.h>
#include <ipc/ipc.h>
#include <ipc/services.h>
#include "../../include/device.h"
#include "../../include/hardware.h"
#include "../../structures/generic_char_map.h"
#include "../../structures/int_map.h"
#include "../../structures/measured_strings.h"
Data Structures | |
struct | arp_device |
ARP address map. More... | |
struct | arp_globals |
ARP global data. More... | |
struct | arp_proto |
ARP protocol specific data. More... | |
Typedefs | |
typedef struct arp_device | arp_device_t |
Type definition of the ARP device specific data. | |
typedef arp_device_t * | arp_device_ref |
Type definition of the ARP device specific data pointer. | |
typedef struct arp_globals | arp_globals_t |
Type definition of the ARP global data. | |
typedef struct arp_proto | arp_proto_t |
Type definition of the ARP protocol specific data. | |
typedef arp_proto_t * | arp_proto_ref |
Type definition of the ARP protocol specific data pointer. |
ARP module.