Forum Discussion
Altera_Forum
Honored Contributor
14 years agoget MAC address of target IP
Hi, I have already spent some days searching the information how to fetch the MAC address associated with an IP address. I am primarly an FPGA designer and unfortunately beginner with regard ...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- UDP is sent by the ip stack also which implicitly handles the arp cache and translates the ip address to a mac addresss. Note that if you are sending to an ip address that is several hops away then the ip kernel provides the mac address of the default router. --- Quote End --- ok, I get this. But in my case UDP transmission is handled in hardware, not in NIOS. The only thing the FPGA logic requires from the NIOS in this scenario is the destination MAC address. Broadcast UDP is not what I want...