pub fn resolve_address(device: Device, addr: Ipv4Addr) -> Result<MacAddr>
Expand description

Perform an ARP request to get the MAC address of the specified IPv4 address.

This function will timeout after 1s if no replies are received.