Searched refs:ip6_frag (Results 1 – 17 of 17) sorted by relevance
/third_party/lwip/src/core/ipv6/ |
D | ip6_frag.c | 303 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 …]
|
D | ip6.c | 1038 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/ |
D | 0081-ip6-hdr.patch | 116 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
|
D | 0080-enable-ipv6.patch | 11 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)
|
D | BUILD.gn | 43 "src/core/ipv6/ip6_frag.c",
|
D | lwip.gni | 77 "$LWIPDIR/core/ipv6/ip6_frag.c",
|
D | CHANGELOG | 370 * 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/ |
D | ip6_frag.h | 139 err_t ip6_frag(struct pbuf *p, struct netif *netif, const ip6_addr_t *dest);
|
D | stats.h | 287 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/ |
D | ip6.h | 64 struct ip6_frag { struct
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | ip6.h | 64 struct ip6_frag { struct
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | ip6.h | 64 struct ip6_frag { struct
|
/third_party/musl/include/netinet/ |
D | ip6.h | 64 struct ip6_frag { struct
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | ip6.h | 64 struct ip6_frag { struct
|
/third_party/lwip/src/ |
D | Filelists.mk | 71 $(LWIPDIR)/core/ipv6/ip6_frag.c \
|
D | Filelists.cmake | 75 ${LWIP_DIR}/src/core/ipv6/ip6_frag.c
|
/third_party/libcoap/examples/lwip/ |
D | Makefile | 136 LWIP_SRC += mld6.c ip6.c icmp6.c ethip6.c nd6.c ip6_addr.c ip6_frag.c
|