Searched defs:ip_output (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/core/ipv6/
H A Dip6.c271 LWIP_DEBUGF(IP_DEBUG, ("ip_output: not enough room for IP header in pbuf\n"));
315 /* ip_output:
322 ip_output(struct pbuf *p, struct ip_addr *src, struct ip_addr *dest, function
327 LWIP_DEBUGF(IP_DEBUG, ("ip_output: No route to 0x%"X32_F"\n", dest->addr));
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/
H A Dip.c395 LWIP_DEBUGF(IP_DEBUG | 2, ("ip_output: not enough room for IP header in pbuf\n"));
452 ip_output(struct pbuf *p, struct ip_addr *src, struct ip_addr *dest, function
458 LWIP_DEBUGF(IP_DEBUG | 2, ("ip_output: No route to 0x%"X32_F"\n", dest->addr));
/vbox/src/VBox/Devices/Network/slirp/
H A Dip_output.c52 * @(#)ip_output.c 8.3 (Berkeley) 1/21/94
53 * ip_output.c,v 1.9 1994/11/16 10:17:10 jkh Exp
111 ip_output(PNATState pData, struct socket *so, struct mbuf *m0) function
131 LogFlowFunc(("ip_output: so = %R[natsock], m0 = %lx\n", so, (long)m0));
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Dip4.c806 LWIP_DEBUGF(IP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("ip_output: not enough room for IP header in pbuf\n"));
919 ip_output(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, function
929 LWIP_DEBUGF(IP_DEBUG, ("ip_output: No route to %"U16_F".%"U16_F".%"U16_F".%"U16_F"\n",
939 /** Like ip_output, but takes and addr_hint pointer that is passed on to netif->addr_hint
969 LWIP_DEBUGF(IP_DEBUG, ("ip_output: No route to %"U16_F".%"U16_F".%"U16_F".%"U16_F"\n",
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h141 #define ip_output lwip_ip_output macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h38 #define ip_output lwip_ip_output macro

Completed in 52 milliseconds