Home
last modified time | relevance | path

Searched refs:ip4_frag (Results 1 – 19 of 19) sorted by relevance

/third_party/lwip/
D0028-per-thread-reassdata-variables.patch7 src/core/ipv4/ip4_frag.c | 5 +++++
10 diff --git a/src/core/ipv4/ip4_frag.c b/src/core/ipv4/ip4_frag.c
12 --- a/src/core/ipv4/ip4_frag.c
13 +++ b/src/core/ipv4/ip4_frag.c
D0074-gazelle-offloads-are-registered-to-lwip.patch9 src/core/ipv4/ip4_frag.c | 4 ++--
61 return ip4_frag(p, netif, dest);
62 diff --git a/src/core/ipv4/ip4_frag.c b/src/core/ipv4/ip4_frag.c
64 --- a/src/core/ipv4/ip4_frag.c
65 +++ b/src/core/ipv4/ip4_frag.c
75 @@ -885,7 +885,7 @@ ip4_frag(struct pbuf *p, struct netif *netif, const ip4_addr_t *dest)
D0057-same-node-gazellectl-a.patch8 src/core/ipv4/ip4_frag.c | 4 ++++
66 diff --git a/src/core/ipv4/ip4_frag.c b/src/core/ipv4/ip4_frag.c
68 --- a/src/core/ipv4/ip4_frag.c
69 +++ b/src/core/ipv4/ip4_frag.c
86 @@ -851,7 +853,9 @@ ip4_frag(struct pbuf *p, struct netif *netif, const ip4_addr_t *dest)
D0023-refactor-event-and-checksum-offload-support.patch12 src/core/ipv4/ip4_frag.c | 23 +++++++++
177 diff --git a/src/core/ipv4/ip4_frag.c b/src/core/ipv4/ip4_frag.c
179 --- a/src/core/ipv4/ip4_frag.c
180 +++ b/src/core/ipv4/ip4_frag.c
210 @@ -862,8 +875,18 @@ ip4_frag(struct pbuf *p, struct netif *netif, const ip4_addr_t *dest)
DBUILD.gn36 "src/core/ipv4/ip4_frag.c",
D0038-add-tso.patch60 - return ip4_frag(p, netif, dest);
65 + return ip4_frag(p, netif, dest);
D0001-add-makefile.patch108 + ipv4/ip4_frag.c
D0053-cleancode-improve-lwipopts.h-readability.patch14 src/core/ipv4/ip4_frag.c | 4 +-
517 return ip4_frag(p, netif, dest);
524 diff --git a/src/core/ipv4/ip4_frag.c b/src/core/ipv4/ip4_frag.c
526 --- a/src/core/ipv4/ip4_frag.c
527 +++ b/src/core/ipv4/ip4_frag.c
Dlwip.gni65 "$LWIPDIR/core/ipv4/ip4_frag.c",
D0060-lwip-add-udp-multicast.patch110 ipv4/icmp.c ipv4/ip4_addr.c ipv4/ip4_frag.c ipv4/etharp.c \
D0080-enable-ipv6.patch69 ipv4/icmp.c ipv4/ip4_addr.c ipv4/ip4_frag.c ipv4/etharp.c \
D0002-adapt-lstack.patch2033 - ipv4/ip4_frag.c
2036 + ipv4/icmp.c ipv4/ip4_addr.c ipv4/ip4_frag.c ipv4/etharp.c \
DCHANGELOG913 * ip4_frag.c: fixed bug #38210 (ip reassembly while remove oldest datagram)
/third_party/lwip/src/include/lwip/
Dip4_frag.h91 err_t ip4_frag(struct pbuf *p, struct netif *netif, const ip4_addr_t *dest);
/third_party/lwip/src/
DFilelists.mk61 $(LWIPDIR)/core/ipv4/ip4_frag.c \
DFilelists.cmake64 ${LWIP_DIR}/src/core/ipv4/ip4_frag.c
/third_party/lwip/src/core/ipv4/
Dip4.c385 ip4_frag(p, netif, ip4_current_dest_addr());
1043 return ip4_frag(p, netif, dest);
Dip4_frag.c760 ip4_frag(struct pbuf *p, struct netif *netif, const ip4_addr_t *dest) in ip4_frag() function
/third_party/libcoap/examples/lwip/
DMakefile128 icmp.c raw.c ip4_frag.c sys_arch.c ethernet.c ip.c mem.c memp.c