Forum Discussion
Altera_Forum
Honored Contributor
14 years agoInterNiche ARP requests
Hello, I am trying to receive destination device MAC address, when I know its IP address. In this case, ARP should help me. I can't find a proper way to call arp function to return the MAC address...
Altera_Forum
Honored Contributor
14 years agoWorkaround: use icmpEcho() for ping and the get the MAC address using recent arp table entry.