lookup_addr()

This function ues the IP number to return the associated ethernet hardware address. It returns zero if there is no hardware address in the ARP table for the specified IP number.

unsigned char * lookup_addr(ip4_t ipaddr);

ipaddr

The IP number to lookup in the ARP table.