fill_arp_entry()

This function makes a request to the server specified in the DHCP session to get it's ethernet hardware address.

Note: Requesting the hardware address of the server or gateway sets Nilo's hardware address into the target's ARP table.

void fill_arp_entry(enum arp_entry entry);

entry

This is the entry in the table to fill, and can be either ARP_SERVER or ARP_CLIENT.