Searched refs:ip_output (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/ipv6/lwip/
H A Dip.h50 to ip_output), meaning that an IP header already is constructed
83 err_t ip_output(struct pbuf *p, struct ip_addr *src, struct ip_addr *dest,
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/
H A Dicmp.c153 ip_output(q, NULL, &(iphdr->src),
190 ip_output(q, NULL, &(iphdr->src),
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/lwip/src/core/ipv6/
H A Dicmp6.c142 ip_output(q, NULL,
173 ip_output(q, NULL,
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-new/src/include/lwip/
H A Dip.h50 to ip_output), meaning that an IP header already is constructed
219 ip_output(p, ipX_2_ip(src), ipX_2_ip(dest), ttl, tos, proto))
239 ip_output(p, src, dest, ttl, tos, proto)
/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp_output.c664 error = ip_output(m, tp->t_inpcb->inp_options, &tp->t_inpcb->inp_route,
667 error = ip_output(pData, so, m);
671 error = ip_output(m, (struct mbuf *)0, &tp->t_inpcb->inp_route,
H A Dip_icmpwin.c224 ip_output(pData, NULL, em);
458 ip_output(pData, NULL, m);
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));
H A Dip_icmp.c683 * Note: m isn't duplicated by this method and more delivered to ip_output then.
707 (void) ip_output(pData, (struct socket *)NULL, m);
H A Dslirp.h322 /* ip_output.c */
323 int ip_output (PNATState, struct socket *, struct mbuf *);
H A Dtcp_subr.c189 (void) ip_output(pData, (struct socket *)0, m);
H A Dudp.c447 error = ip_output(pData, so, m);
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dtcp_out.c436 ip_output(p, &(pcb->local_ip), &(pcb->remote_ip), pcb->ttl, pcb->tos,
577 ip_output(seg->p, &(pcb->local_ip), &(pcb->remote_ip), pcb->ttl, pcb->tos,
612 ip_output(p, local_ip, remote_ip, TCP_TTL, 0, IP_PROTO_TCP);
711 ip_output(p, &pcb->local_ip, &pcb->remote_ip, pcb->ttl, 0, IP_PROTO_TCP);
/vbox/src/VBox/Devices/Network/lwip/src/include/ipv4/lwip/
H A Dip.h47 err_t ip_output(struct pbuf *p, struct ip_addr *src, struct ip_addr *dest,
61 to ip_output), meaning that an IP header already is constructed
/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv4/lwip/
H A Dip4.h117 err_t ip_output(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest,
/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/src/core/ipv4/
H A Dicmp.c441 ip_output(q, NULL, &iphdr_src, ICMP_TTL, 0, IP_PROTO_ICMP);
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-new/vbox/include/
H A Dlwip-namespace.h38 #define ip_output lwip_ip_output macro

Completed in 449 milliseconds