Searched refs:etharp_output (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/include/netif/ |
H A D | etharp.h | 124 err_t etharp_output(struct netif *netif, struct ip_addr *ipaddr,
|
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ |
H A D | ethernetif.c | 304 /* We directly use etharp_output() here to save a function call. 305 * You can instead declare your own function an call etharp_output() 308 netif->output = etharp_output;
|
H A D | etharp.c | 904 etharp_output(struct netif *netif, struct pbuf *q, ip_addr_t *ipaddr) function 918 ("etharp_output: could not allocate room for header.\n"));
|
/vbox/src/VBox/Devices/Network/lwip/src/netif/ |
H A D | ethernetif.c | 203 return etharp_output(netif, ipaddr, p);
|
H A D | etharp.c | 649 etharp_output(struct netif *netif, struct ip_addr *ipaddr, struct pbuf *q) function 658 LWIP_DEBUGF(ETHARP_DEBUG | DBG_TRACE | 2, ("etharp_output: could not allocate room for header.\n"));
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/netif/ |
H A D | etharp.h | 191 err_t etharp_output(struct netif *netif, struct pbuf *q, ip_addr_t *ipaddr);
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 122 #define etharp_output lwip_etharp_output macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 13 #define etharp_output lwip_etharp_output macro
|
/vbox/src/VBox/NetworkServices/NAT/ |
H A D | VBoxNetLwipNAT.cpp | 550 pNetif->output = etharp_output; /* ip-pipe */
|
Completed in 147 milliseconds