Searched refs:etharp_request (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/include/netif/
H A Detharp.h193 err_t etharp_request(struct netif *netif, ip_addr_t *ipaddr);
198 #define etharp_gratuitous(netif) etharp_request((netif), &(netif)->ip_addr)
/vbox/src/VBox/Devices/Network/lwip/src/include/netif/
H A Detharp.h127 err_t etharp_request(struct netif *netif, struct ip_addr *ipaddr);
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h124 #define etharp_request lwip_etharp_request macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h15 #define etharp_request lwip_etharp_request macro
/vbox/src/VBox/Devices/Network/lwip/src/netif/
H A Detharp.c786 result = etharp_request(netif, ipaddr);
843 err_t etharp_request(struct netif *netif, struct ip_addr *ipaddr) function
855 LWIP_DEBUGF(ETHARP_DEBUG | DBG_TRACE, ("etharp_request: sending ARP request.\n"));
889 LWIP_DEBUGF(ETHARP_DEBUG | DBG_TRACE | 2, ("etharp_request: could not allocate pbuf for ARP request.\n"));
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/
H A Detharp.c876 if (etharp_request(netif, &arp_table[arp_idx].ipaddr) == ERR_OK) {
1081 result = etharp_request(netif, ipaddr);
1284 etharp_request(struct netif *netif, ip_addr_t *ipaddr) function
1286 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_request: sending ARP request.\n"));

Completed in 79 milliseconds