Searched refs:ip4_forward (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/core/ipv4/ |
D | ip4.c | 314 ip4_forward(struct pbuf *p, struct ip_hdr *iphdr, struct netif *inp) function 666 ip4_forward(p, (struct ip_hdr *)p->payload, inp);
|
/third_party/lwip/ |
D | 0002-adapt-lstack.patch | 2072 @@ -282,7 +282,9 @@ ip4_forward(struct pbuf *p, struct ip_hdr *iphdr, struct netif *inp) 2082 @@ -344,7 +346,9 @@ ip4_forward(struct pbuf *p, struct ip_hdr *iphdr, struct netif *inp) 2087 PERF_STOP("ip4_forward");
|