Home
last modified time | relevance | path

Searched refs:ip6_frag (Results 1 – 17 of 17) sorted by relevance

/third_party/lwip/src/core/ipv6/
Dip6_frag.c303 IP6_FRAG_STATS_INC(ip6_frag.recv); in ip6_reass()
325 IP6_FRAG_STATS_INC(ip6_frag.proterr); in ip6_reass()
332 IP6_FRAG_STATS_INC(ip6_frag.proterr); in ip6_reass()
345 IP6_FRAG_STATS_INC(ip6_frag.cachehit); in ip6_reass()
369 IP6_FRAG_STATS_INC(ip6_frag.memerr); in ip6_reass()
423 IP6_FRAG_STATS_INC(ip6_frag.memerr); in ip6_reass()
459 IP6_FRAG_STATS_INC(ip6_frag.proterr); in ip6_reass()
465 IP6_FRAG_STATS_INC(ip6_frag.proterr); in ip6_reass()
486 IP6_FRAG_STATS_INC(ip6_frag.proterr); in ip6_reass()
687 IP6_FRAG_STATS_INC(ip6_frag.drop); in ip6_reass()
[all …]
Dip6.c1038 IP6_FRAG_STATS_INC(ip6_frag.lenerr);
1039 IP6_FRAG_STATS_INC(ip6_frag.drop);
1324 return ip6_frag(p, netif, dest);
/third_party/lwip/
D0081-ip6-hdr.patch116 diff -Nur lwip-ipv6/src/core/ipv6/ip6_frag.c lwip-ipv6-hdr/src/core/ipv6/ip6_frag.c
117 --- lwip-ipv6/src/core/ipv6/ip6_frag.c 2023-11-15 19:48:02.864481010 +0800
118 +++ lwip-ipv6-hdr/src/core/ipv6/ip6_frag.c 2023-11-15 20:01:41.668481010 +0800
148 ip6_frag(struct pbuf *p, struct netif *netif, const ip6_addr_t *dest)
244 diff -Nur lwip-ipv6/src/include/lwip/ip6_frag.h lwip-ipv6-hdr/src/include/lwip/ip6_frag.h
245 --- lwip-ipv6/src/include/lwip/ip6_frag.h 2023-11-15 19:48:02.864481010 +0800
246 +++ lwip-ipv6-hdr/src/include/lwip/ip6_frag.h 2023-11-15 20:13:40.008481010 +0800
D0080-enable-ipv6.patch11 src/core/ipv6/ip6_frag.c | 4 ++++
71 + ipv4/ip4.c ipv4/igmp.c ipv6/icmp6.c ipv6/ip6_addr.c ipv6/ip6_frag.c \
121 - return ip6_frag(p, netif, dest);
126 + return ip6_frag(p, netif, dest);
134 diff --git a/src/core/ipv6/ip6_frag.c b/src/core/ipv6/ip6_frag.c
136 --- a/src/core/ipv6/ip6_frag.c
137 +++ b/src/core/ipv6/ip6_frag.c
154 @@ -816,7 +818,9 @@ ip6_frag(struct pbuf *p, struct netif *netif, const ip6_addr_t *dest)
DBUILD.gn43 "src/core/ipv6/ip6_frag.c",
Dlwip.gni77 "$LWIPDIR/core/ipv6/ip6_frag.c",
DCHANGELOG370 * ip6_frag.c: Implemented support for LWIP_NETIF_TX_SINGLE_PBUF
836 * ip6_frag.h/.c: fixed bug bug #41009: IPv6 reassembly broken on 64-bit platforms:
1137 * ip_frag.c, ip6_frag.c: fixed bug #41041 Potential use-after-free in IPv6 reassembly
/third_party/lwip/src/include/lwip/
Dip6_frag.h139 err_t ip6_frag(struct pbuf *p, struct netif *netif, const ip6_addr_t *dest);
Dstats.h287 struct stats_proto ip6_frag; member
442 #define IP6_FRAG_STATS_DISPLAY() stats_display_proto(&lwip_stats.ip6_frag, "IPv6 FRAG")
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dip6.h64 struct ip6_frag { struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dip6.h64 struct ip6_frag { struct
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dip6.h64 struct ip6_frag { struct
/third_party/musl/include/netinet/
Dip6.h64 struct ip6_frag { struct
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dip6.h64 struct ip6_frag { struct
/third_party/lwip/src/
DFilelists.mk71 $(LWIPDIR)/core/ipv6/ip6_frag.c \
DFilelists.cmake75 ${LWIP_DIR}/src/core/ipv6/ip6_frag.c
/third_party/libcoap/examples/lwip/
DMakefile136 LWIP_SRC += mld6.c ip6.c icmp6.c ethip6.c nd6.c ip6_addr.c ip6_frag.c