mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
When an unrecognized ICMP (type=3, code=2) packet is received, the ICMP flow does not set dev->d_len to 0, causing a devif_loopback dead loop. Therefore, in ICMP input processing, when an ICMP_DEST_UNREACHABLE message is received, if it is not ICMP_FRAG_NEEDED code, jump to typeerr for error handling. Signed-off-by: daichuan <daichuan@xiaomi.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| icmp.h | ||
| icmp_conn.c | ||
| icmp_input.c | ||
| icmp_ioctl.c | ||
| icmp_netpoll.c | ||
| icmp_pmtu.c | ||
| icmp_poll.c | ||
| icmp_recvmsg.c | ||
| icmp_reply.c | ||
| icmp_sendmsg.c | ||
| icmp_sockif.c | ||
| Kconfig | ||
| Make.defs | ||