Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/netif/
Detharp.h186 err_t etharp_query(struct netif *netif, ip_addr_t *ipaddr, struct pbuf *q);
/external/syslinux/core/lwip/src/netif/
Detharp.c914 return etharp_query(netif, ipaddr, q);
957 etharp_query(struct netif *netif, ip_addr_t *ipaddr, struct pbuf *q) function
/external/syslinux/core/lwip/src/core/
Ddhcp.c221 result = etharp_query(netif, &dhcp->offered_ip_addr, NULL); in dhcp_check()
/external/syslinux/core/lwip/
DCHANGELOG84 etharp_query to prevent unnecessary function calls (inspired by
804 * dhcp.c: fixed invalid dependency to etharp_query if DHCP_DOES_ARP_CHECK==0
952 arp_table / uses etharp_query" by adding etharp_gratuitous()
2546 etharp_query() now always DOES call ETHARP_TRY_HARD so that users