etharp_request() is only used within LwIP.
 
Symbols
loading...
Files
loading...

etharp_request() function

Send an ARP request packet asking for ipaddr.

Syntax

err_t etharp_request(struct netif *netif,     const ip4_addr_t *ipaddr);
Implemented in etharp.c:1197

Arguments

netif

the lwip network interface on which to send the request

ipaddr

the IP address for which to ask

Return value

ERR_OK if the request has been sent ERR_MEM if the ARP packet couldn't be allocated any other err_t on failure

Call Tree

Functions calling etharp_request()
Functions called by etharp_request()
etharp_request()
all items filtered out
Data read by etharp_request()
etharp_request()
Type of etharp_request()
etharp_request()
all items filtered out