nuttx/net/icmp
zhanghongyu 0c7f8204fd net/icmp: use break instead of return in icmp_findconn
Replace return with break inside the loop in icmp_findconn() to
ensure any post-loop cleanup logic is properly executed before
returning.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2026-04-13 08:46:57 -03:00
..
CMakeLists.txt net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
icmp.h net: make the sendmsg param type consistent with posix specification 2026-01-16 21:11:39 +08:00
icmp_conn.c net/icmp: use break instead of return in icmp_findconn 2026-04-13 08:46:57 -03:00
icmp_input.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
icmp_ioctl.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
icmp_netpoll.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
icmp_pmtu.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
icmp_poll.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
icmp_recvmsg.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
icmp_reply.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
icmp_sendmsg.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
icmp_sockif.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
Kconfig net: Refresh config dependency of NET_READAHEAD 2024-12-20 20:01:19 +08:00
Make.defs net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00