nuttx-apps/netutils/netlib
zhanghongyu 5d15d97418 netlib: replace DNS ping with gateway ping for connectivity check
Refactor netlib_check_ipconnectivity() to use gateway/router ping instead
of DNS server ping for network connectivity checks. Add IPv6 support.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2026-05-14 11:58:15 +08:00
..
CMakeLists.txt netlib: replace DNS ping with gateway ping for connectivity check 2026-05-14 11:58:15 +08:00
Kconfig netutils/netlib/netlib_parseurl.c: Add a more flexible version of netlib_parsehttpurl. This one can parse any URL, and is extensible so future improvements keep the same API. 2019-04-26 13:08:38 -06:00
Make.defs netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
Makefile netlib: replace DNS ping with gateway ping for connectivity check 2026-05-14 11:58:15 +08:00
netlib_addipv6addr.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_addvlan.c net/vlan: fix issue of vlan pcp config 2026-01-12 00:55:47 +08:00
netlib_autoconfig.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_checkhttpconnectivity.c include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
netlib_checkifconflict.c include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
netlib_checkifconnectivity.c netlib: replace DNS ping with gateway ping for connectivity check 2026-05-14 11:58:15 +08:00
netlib_checkipconnectivity.c netlib: replace DNS ping with gateway ping for connectivity check 2026-05-14 11:58:15 +08:00
netlib_conntrack.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_delarp.c netlib_xarp: remove redundant cast 2026-02-04 01:52:49 +08:00
netlib_delipv4dnsaddr.c netutils/netlib: support delete the DNS server address by index or address 2025-11-10 18:10:16 +08:00
netlib_delipv6addr.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_delipv6dnsaddr.c netutils/netlib: support delete the DNS server address by index or address 2025-11-10 18:10:16 +08:00
netlib_delvlan.c netlib: Add support for adding/removing VLAN device 2025-12-30 11:17:38 +08:00
netlib_dhcp_ntp.c netutils: prefer DHCP-provided NTP servers for ntpc 2026-04-24 10:44:08 -03:00
netlib_eaddrconv.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_ethaddrconv.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_getarp.c netlib_xarp: remove redundant cast 2026-02-04 01:52:49 +08:00
netlib_getarptab.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_getdevs.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_getdripv4addr.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_getessid.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_getifstatistics.c include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
netlib_getifstatus.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_getiobinfo.c apps/net: add get iobinfo api 2025-12-25 12:27:27 -05:00
netlib_getipv4addr.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_getipv4netmask.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_getipv6addr.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_getmacaddr.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_getnbtab.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_getnodeaddr.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_getpanid.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_getproperties.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_getroute.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_ip6tables.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_ipmsfilter.c include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
netlib_iptables.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_ipv4adaptor.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_ipv4addrconv.c style: Fix coding style violations in nuttx-apps 2026-01-12 00:54:48 +08:00
netlib_ipv4route.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_ipv4router.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_ipv6adaptor.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_ipv6netmask2prefix.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_ipv6route.c netlib_ipv6route.c: fix the issue of parsing IPv6 routing entries 2026-05-14 11:58:15 +08:00
netlib_ipv6router.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_listenon.c include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
netlib_nodeaddrconv.c include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
netlib_obtainipv4addr.c netutils: prefer DHCP-provided NTP servers for ntpc 2026-04-24 10:44:08 -03:00
netlib_obtainipv6addr.c include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
netlib_parsehttpurl.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_parseurl.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_prefix2ipv6netmask.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_saddrconv.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_server.c include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
netlib_setarp.c netlib_xarp: remove redundant cast 2026-02-04 01:52:49 +08:00
netlib_setdripv4addr.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_setdripv6addr.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_seteaddr.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_setessid.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_setifstatus.c net/ethernet: ARP can be configured on interface 2025-12-25 12:25:02 +08:00
netlib_setipv4addr.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_setipv4dnsaddr.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_setipv4netmask.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_setipv6addr.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_setipv6dnsaddr.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_setipv6netmask.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_setmacaddr.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_setmtu.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_setnodeaddr.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00