nuttx-apps/netutils/netlib
zhanghongyu c62d0d0875 netlib_setarp.c: add ATF_PERM to mark arp entry as permanent
Improve the behavior of the ARP table so that the manually configured
ARP table has the highest priority, can only be manually modified to
other values, otherwise will never change again, and will not time out.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2026-01-16 21:08:26 +08:00
..
CMakeLists.txt apps/net: add http connectivity check API 2026-01-13 10:55:40 +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 apps/net: add http connectivity check API 2026-01-13 10:55:40 +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 apps/net: add http connectivity check API 2026-01-13 10:55:40 +08:00
netlib_checkifconflict.c apps/net: add ip conflict check API 2025-12-25 09:44:47 +08:00
netlib_checkifconnectivity.c apps/net: add if network conntivity check API 2026-01-09 14:03:20 +08:00
netlib_checkipconnectivity.c netlib/ping: fix the stack variable not initialized. 2026-01-07 11:58:13 +08:00
netlib_conntrack.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_delarp.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +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_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 netutils: migrate the license to ASF 2024-12-21 13:53:10 +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 netutils: migrate the license to ASF 2024-12-21 13:53:10 +08: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 netutils: migrate the license to ASF 2024-12-21 13:53:10 +08: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 netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_ipv6router.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_listenon.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_nodeaddrconv.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_obtainipv4addr.c netutils/netlib: support delete the DNS server address by index or address 2025-11-10 18:10:16 +08:00
netlib_obtainipv6addr.c netutils: migrate the license to ASF 2024-12-21 13:53:10 +08: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 netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
netlib_setarp.c netlib_setarp.c: add ATF_PERM to mark arp entry as permanent 2026-01-16 21:08:26 +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