49void arpFlushCache(NetInterface *interface);
51void arpSendQueuedPackets(NetInterface *interface,
ArpCacheEntry *entry);
52void arpFlushQueuedPackets(NetInterface *interface,
ArpCacheEntry *entry);
ARP (Address Resolution Protocol)
ArpState
ARP cache entry states.
Definition arp.h:127
uint32_t Ipv4Addr
IPv4 network address.
Definition ipv4.h:267
ARP cache entry.
Definition arp.h:185