Forum Discussion
Altera_Forum
Honored Contributor
10 years agoIniche stack - how found MAC address from IP
I'm using Nios II system to provide ethernet services (like ICMP, ARP etc. etc.) to an video over IP design. I'm using the uCOS II system with Nichestack. My video to IP transmitter (hardware des...
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;