/vbox/src/VBox/Devices/Network/lwip/src/include/ipv6/lwip/ |
H A D | ip.h | 50 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 D | icmp.c | 153 ip_output(q, NULL, &(iphdr->src), 190 ip_output(q, NULL, &(iphdr->src),
|
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/lwip/src/core/ipv6/ |
H A D | icmp6.c | 142 ip_output(q, NULL, 173 ip_output(q, NULL,
|
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-new/src/include/lwip/ |
H A D | ip.h | 50 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 D | tcp_output.c | 664 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 D | ip_icmpwin.c | 224 ip_output(pData, NULL, em); 458 ip_output(pData, NULL, m);
|
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));
|
H A D | ip_icmp.c | 683 * 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 D | slirp.h | 322 /* ip_output.c */ 323 int ip_output (PNATState, struct socket *, struct mbuf *);
|
H A D | tcp_subr.c | 189 (void) ip_output(pData, (struct socket *)0, m);
|
H A D | udp.c | 447 error = ip_output(pData, so, m);
|
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | tcp_out.c | 436 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 D | ip.h | 47 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 D | ip4.h | 117 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 D | lwipopts.h | 141 #define ip_output lwip_ip_output macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/ |
H A D | icmp.c | 441 ip_output(q, NULL, &iphdr_src, ICMP_TTL, 0, IP_PROTO_ICMP);
|
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-new/vbox/include/ |
H A D | lwip-namespace.h | 38 #define ip_output lwip_ip_output macro
|