Home
last modified time | relevance | path

Searched refs:etharp_query (Results 1 – 6 of 6) sorted by relevance

/third_party/lwip/src/include/lwip/
Detharp.h82 err_t etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q);
/third_party/lwip/src/core/ipv4/
Detharp.c922 return etharp_query(netif, dst_addr, q);
965 etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q) function
Ddhcp.c319 result = etharp_query(netif, &dhcp->offered_ip_addr, NULL); in dhcp_check()
/third_party/lwip/
D0038-add-tso.patch34 @@ -1027,7 +1034,15 @@ etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q)
DCHANGELOG1582 etharp_query to prevent unnecessary function calls (inspired by
2302 * dhcp.c: fixed invalid dependency to etharp_query if DHCP_DOES_ARP_CHECK==0
2450 arp_table / uses etharp_query" by adding etharp_gratuitous()
4044 etharp_query() now always DOES call ETHARP_TRY_HARD so that users
D0053-cleancode-improve-lwipopts.h-readability.patch473 @@ -1034,7 +1034,7 @@ etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q)