Searched refs:ip_forward (Results 1 – 3 of 3) sorted by relevance
96 ip_forward(struct pbuf *p, struct ip_hdr *iphdr) in ip_forward() function204 ip_forward(p, iphdr); in ip_input()
202 ip_forward(struct pbuf *p, struct ip_hdr *iphdr, struct netif *inp) in ip_forward() function496 ip_forward(p, iphdr, inp);
63 * ip4.c, etharp.c, pbuf.h: bug #33634 ip_forward() have a faulty behaviour:65 Also added code to allow ip_forward() to forward non-broadcast packets to103 * ip4.c: fixed bug #35927: missing refragmentaion in ip_forward