
find_cache_ent(arp_port, ipaddr) looks in the arp table for an ip address, returning a reference to the corresponding arp table entry (of type arp_cache_t) if it finds the ip address and NULL if it does not find the ip address.
Note that find_cache_ent() will return the entry even if the entry has expired or is incomplete.