Searched defs:ip_forward (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/core/ipv6/
H A Dip6.c88 /* ip_forward:
96 ip_forward(struct pbuf *p, struct ip_hdr *iphdr) function
130 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: forwarding packet to "));
141 PERF_STOP("ip_forward");
151 * us, the packet is forwarded (using ip_forward). The IP checksum is always checked.
208 ip_forward(p, iphdr);
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/
H A Dip.c107 ip_forward(struct pbuf *p, struct ip_hdr *iphdr, struct netif *inp) function
115 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: no forwarding route for 0x%"X32_F" found\n",
123 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: not bouncing packets back on incoming interface.\n"));
147 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: forwarding packet to 0x%"X32_F"\n",
154 PERF_STOP("ip_forward");
166 * forwarded (using ip_forward). The IP checksum is always checked.
277 ip_forward(p, iphdr, inp);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Dip4.c202 ip_forward(struct pbuf *p, struct ip_hdr *iphdr, struct netif *inp) function
215 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: not forwarding LLA %"U16_F".%"U16_F".%"U16_F".%"U16_F"\n",
224 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: no forwarding route for %"U16_F".%"U16_F".%"U16_F".%"U16_F" found\n",
250 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: not bouncing packets back on incoming interface.\n"));
276 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: forwarding packet to %"U16_F".%"U16_F".%"U16_F".%"U16_F"\n",
284 PERF_STOP("ip_forward");
322 * forwarded (using ip_forward). The IP checksum is always checked.
541 ip_forward(p, iphdr, inp);

Completed in 33 milliseconds