Forum Discussion
Altera_Forum
Honored Contributor
10 years agoReview the source in et_arp.c You'll need to write your own function to extract the MAC from the ARP table, but functions exist for sending the ARP request.
The ARP table is in
struct arptabent arp_table;