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

/barrelfish-master/include/lwip2/lwip/
H A Detharp.h82 err_t etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q);
/barrelfish-master/include/lwip/netif/
H A Detharp.h144 err_t etharp_query(struct netif *netif, struct ip_addr *ipaddr,
/barrelfish-master/lib/lwip/src/netif/
H A Detharp.c846 * For unicast addresses, the packet is submitted to etharp_query(). In
856 * or the return type of either etharp_query() or etharp_send_ip().
907 ("%s:etharp_output : queue for etharp_query\n", disp_name()));
909 return etharp_query(netif, ipaddr, q);
974 etharp_query(struct netif * netif, struct ip_addr * ipaddr, struct pbuf * q) function
981 ("%s:etharp_query: called\n", disp_name()));
987 ("etharp_query: will not add non-unicast IP address to ARP cache\n"));
1001 ("etharp_query: could not create ARP entry\n"));
1004 ("etharp_query: packet dropped\n"));
1008 ("%s:etharp_query
[all...]
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Detharp.c776 * For unicast addresses, the packet is submitted to etharp_query(). In
786 * or the return type of either etharp_query() or ethernet_output().
887 return etharp_query(netif, dst_addr, q);
930 etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q) function
941 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_query: will not add non-unicast IP address to ARP cache\n"));
950 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_query: could not create ARP entry\n"));
952 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_query: packet dropped\n"));
979 etharp_query again could lead to sending the queued packets. */
1059 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_query: queued packet %p on ARP entry %"S16_F"\n", (void *)q, (s16_t)i));
1064 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_query
[all...]
H A Ddhcp.c301 result = etharp_query(netif, &dhcp->offered_ip_addr, NULL);
/barrelfish-master/lib/lwip/src/core/
H A Ddhcp.c207 result = etharp_query(netif, &dhcp->offered_ip_addr, NULL);

Completed in 113 milliseconds