fnet_bool_t fnet_arp_get_mac(fnet_netif_desc_t netif_desc, fnet_ip4_addr_t ip_addr, fnet_mac_addr_t mac_addr)
Gets MAC address of valid ARP cache entry.
FNET_COMP_PACKED_END fnet_bool_t fnet_arp_get_entry(fnet_netif_desc_t netif_desc, fnet_index_t n, fnet_arp_entry_info_t *entry_info)
Retrieves ARP cache entry of the specified network interface.
fnet_ip4_addr_t ip_addr
ARP cache entry IPv4 address.
ARP cache entry information structure.
fnet_mac_addr_t mac_addr
ARP cache entry Physical (MAC) address.