Searched refs:etharp_query (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/netif/
H A Detharp.h126 err_t etharp_query(struct netif *netif, struct ip_addr *ipaddr, struct pbuf *q);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/netif/
H A Detharp.h192 err_t etharp_query(struct netif *netif, ip_addr_t *ipaddr, struct pbuf *q);
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dnetif.c224 etharp_query(netif, ipaddr, NULL);
H A Ddhcp.c172 result = etharp_query(netif, &dhcp->offered_ip_addr, NULL);
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h123 #define etharp_query lwip_etharp_query macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h14 #define etharp_query lwip_etharp_query macro
/vbox/src/VBox/Devices/Network/lwip/src/netif/
H A Detharp.c11 * if an interface calls etharp_query(our_netif, its_ip_addr, NULL) upon
636 * For unicast addresses, the packet is submitted to etharp_query(). In
646 * or the return type of either etharp_query() or netif->linkoutput().
698 return etharp_query(netif, ipaddr, q);
747 err_t etharp_query(struct netif *netif, struct ip_addr *ipaddr, struct pbuf *q) function
758 LWIP_DEBUGF(ETHARP_DEBUG | DBG_TRACE, ("etharp_query: will not add non-unicast IP address to ARP cache\n"));
768 LWIP_DEBUGF(ETHARP_DEBUG | DBG_TRACE, ("etharp_query: could not create ARP entry\n"));
769 if (q) LWIP_DEBUGF(ETHARP_DEBUG | DBG_TRACE, ("etharp_query: packet dropped\n"));
803 LWIP_DEBUGF(ETHARP_DEBUG | DBG_TRACE, ("etharp_query: sending packet %p\n", (void *)q));
827 LWIP_DEBUGF(ETHARP_DEBUG | DBG_TRACE, ("etharp_query
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/
H A Detharp.c891 * For unicast addresses, the packet is submitted to etharp_query(). In
901 * or the return type of either etharp_query() or etharp_send_ip().
998 return etharp_query(netif, dst_addr, q);
1041 etharp_query(struct netif *netif, ip_addr_t *ipaddr, struct pbuf *q) function
1051 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_query: will not add non-unicast IP address to ARP cache\n"));
1060 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_query: could not create ARP entry\n"));
1062 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_query: packet dropped\n"));
1086 etharp_query again could lead to sending the queued packets. */
1154 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_query: queued packet %p on ARP entry %"S16_F"\n", (void *)q, (s16_t)i));
1159 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_query
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Ddhcp.c235 result = etharp_query(netif, &dhcp->offered_ip_addr, NULL);

Completed in 95 milliseconds