Home
last modified time | relevance | path

Searched refs:etharp_request (Results 1 – 3 of 3) sorted by relevance

/lib/liblwip/src/include/netif/
Detharp.h187 err_t etharp_request(struct netif *netif, ip_addr_t *ipaddr);
192 #define etharp_gratuitous(netif) etharp_request((netif), &(netif)->ip_addr)
/lib/liblwip/src/netif/
Detharp.c851 if (etharp_request(netif, &arp_table[arp_idx].ipaddr) == ERR_OK) {
1056 result = etharp_request(netif, ipaddr);
1259 etharp_request(struct netif *netif, ip_addr_t *ipaddr) function
/lib/liblwip/
DCHANGELOG1861 * etharp.h, etharp.c: Combined etharp_request with etharp_raw for both