Searched refs:etharp_query (Results 1 – 6 of 6) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | etharp.h | 82 err_t etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q);
|
/third_party/lwip/src/core/ipv4/ |
D | etharp.c | 922 return etharp_query(netif, dst_addr, q); 965 etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q) function
|
D | dhcp.c | 319 result = etharp_query(netif, &dhcp->offered_ip_addr, NULL); in dhcp_check()
|
/third_party/lwip/ |
D | 0038-add-tso.patch | 34 @@ -1027,7 +1034,15 @@ etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q)
|
D | CHANGELOG | 1582 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
|
D | 0053-cleancode-improve-lwipopts.h-readability.patch | 473 @@ -1034,7 +1034,7 @@ etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q)
|