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

/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Dip4.c268 ip4_forward(struct pbuf *p, struct ip_hdr *iphdr, struct netif *inp) function
281 LWIP_DEBUGF(IP_DEBUG, ("ip4_forward: not forwarding LLA %"U16_F".%"U16_F".%"U16_F".%"U16_F"\n",
290 LWIP_DEBUGF(IP_DEBUG, ("ip4_forward: no forwarding route for %"U16_F".%"U16_F".%"U16_F".%"U16_F" found\n",
300 LWIP_DEBUGF(IP_DEBUG, ("ip4_forward: not bouncing packets back on incoming interface.\n"));
326 LWIP_DEBUGF(IP_DEBUG, ("ip4_forward: forwarding packet to %"U16_F".%"U16_F".%"U16_F".%"U16_F"\n",
334 PERF_STOP("ip4_forward");
601 ip4_forward(p, iphdr, inp);

Completed in 31 milliseconds