Searched defs:ip_output (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv6/ |
H A D | ip6.c | 271 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 D | ip.c | 395 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 D | ip_output.c | 52 * @(#)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 D | ip4.c | 806 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 D | lwipopts.h | 141 #define ip_output lwip_ip_output macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 38 #define ip_output lwip_ip_output macro
|
Completed in 52 milliseconds