nuttx-apps/netutils/ping
daichuan 859fc54c96 netutils/ping: change socket type to SOCK_RAW
The ping socket creation method is changed from SOCK_DGRAM to SOCK_RAW,
because SOCK_DGRAM may not have permission in some environments (e.g. Docker).
Also add checksum calculation when send, and perform IP header processing when receive.

Signed-off-by: daichuan <daichuan@xiaomi.com>
2026-01-15 17:19:29 +08:00
..
CMakeLists.txt netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
icmp_ping.c netutils/ping: change socket type to SOCK_RAW 2026-01-15 17:19:29 +08:00
icmpv6_ping.c ping: add -I for bind device 2025-12-25 12:24:04 +08:00
Kconfig netutils/ping/Kconfig: Fix Kconfig style 2023-05-18 00:38:54 +08:00
Make.defs netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
Makefile netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00