ARP global data. More...
#include <arp.h>
Data Fields | |
arp_cache_t | cache |
ARP address cache. | |
async_client_conn_t | client_connection |
The client connection processing function. | |
int | net_phone |
Networking module phone. | |
fibril_rwlock_t | lock |
Safety lock. |
ARP global data.
arp_cache_t arp_globals::cache |
ARP address cache.
Referenced by arp_device_message(), arp_mtu_changed_message(), arp_receive_message(), and arp_translate_message().
async_client_conn_t arp_globals::client_connection |
The client connection processing function.
The module skeleton propagates its own one.
Referenced by arp_device_message().
fibril_rwlock_t arp_globals::lock |
Safety lock.
Referenced by arp_device_message(), and arp_mtu_changed_message().
Networking module phone.
Referenced by arp_translate_message(), and module_start().