Embedded TCP/IP stack
4.7.0
|
Address Resolution Protocol (ARP)
Data Structures | |
struct | fnet_arp_entry_info |
ARP cache entry information structure. More... | |
Typedefs | |
typedef FNET_COMP_PACKED_BEGIN struct fnet_arp_entry_info | fnet_arp_entry_info_t |
ARP cache entry information structure. More... | |
Functions | |
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. More... | |
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. More... | |
void | fnet_arp_send_request (fnet_netif_desc_t netif_desc, fnet_ip4_addr_t ip_addr) |
Sends ARP request. More... | |