Searched refs:etharp_query (Results 1 – 4 of 4) sorted by relevance
82 err_t etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q);
890 return etharp_query(netif, dst_addr, q);933 etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q) function
319 result = etharp_query(netif, &dhcp->offered_ip_addr, NULL); in dhcp_check()
1582 etharp_query to prevent unnecessary function calls (inspired by2302 * dhcp.c: fixed invalid dependency to etharp_query if DHCP_DOES_ARP_CHECK==02450 arp_table / uses etharp_query" by adding etharp_gratuitous()4044 etharp_query() now always DOES call ETHARP_TRY_HARD so that users