Expand description
ARP (Address Resolution Protocol) implementation
Provides ARP cache management and request/reply processing for resolving IPv4 addresses to MAC addresses on the local network.
Functions§
- flush_
cache - Clear all ARP cache entries.
- get_
cache_ entries - Get a snapshot of the ARP cache for display purposes.
- process_
arp_ packet - Process an incoming ARP packet.
- resolve
- Resolve an IPv4 address to a MAC address from the cache.
- send_
arp_ request - Send an ARP request for the given target IP.
- tick
- Advance the ARP tick counter (called periodically)
- update_
cache - Insert or update an ARP cache entry.