Home
last modified time | relevance | path

Searched refs:ip4_input (Results 1 – 12 of 12) sorted by relevance

/third_party/lwip/test/unit/udp/
Dtest_udp.c261 err = ip4_input(p, &test_netif1); in START_TEST()
274 err = ip4_input(p, &test_netif2); in START_TEST()
287 err = ip4_input(p, &test_netif2); in START_TEST()
300 err = ip4_input(p, &test_netif1); in START_TEST()
313 err = ip4_input(p, &test_netif1); in START_TEST()
326 err = ip4_input(p, &test_netif2); in START_TEST()
/third_party/lwip/src/core/
Dip.c160 return ip4_input(p, inp); in ip_input()
/third_party/lwip/src/include/lwip/
Dip4.h79 err_t ip4_input(struct pbuf *p, struct netif *inp);
Dip.h329 #define ip_input ip4_input
/third_party/lwip/
D0074-gazelle-offloads-are-registered-to-lwip.patch35 @@ -509,7 +509,7 @@ ip4_input(struct pbuf *p, struct netif *inp)
192 // for ip4_input
D0023-refactor-event-and-checksum-offload-support.patch141 @@ -503,8 +507,17 @@ ip4_input(struct pbuf *p, struct netif *inp)
471 +// for ip4_input
D0002-adapt-lstack.patch2092 @@ -438,6 +442,8 @@ ip4_input(struct pbuf *p, struct netif *inp)
2101 @@ -700,13 +706,19 @@ ip4_input(struct pbuf *p, struct netif *inp)
2121 @@ -755,6 +767,8 @@ ip4_input(struct pbuf *p, struct netif *inp)
2125 + PERF_STOP_INCREASE_COUNT("ip4_input", PERF_LAYER_IP);
DCHANGELOG957 * ip.h, ip4.c, ip6.c: fixed bug #36403 "ip4_input() and ip6_input() always pass
/third_party/lwip/test/unit/ip4/
Dtest_ip4.c47 err = ip4_input(p, input_netif); in create_ip4_input_fragment()
/third_party/lwip/src/netif/ppp/
Dppp.c883 ip4_input(pb, pcb->netif); in ppp_input()
902 ip4_input(pb, pcb->netif); in ppp_input()
916 ip4_input(pb, pcb->netif); in ppp_input()
/third_party/lwip/src/netif/
Dethernet.c186 ip4_input(p, netif);
/third_party/lwip/src/core/ipv4/
Dip4.c459 ip4_input(struct pbuf *p, struct netif *inp) function