nuttx-apps/netutils/netlib
liqinhui 91a697a3f4 renew6: Optimize the process of obtaining an IPv6 address.
If Managed Address Congfiguration flag in the Router Advertisement
Messsage is set, we would obtain the IPv6 address though the stateful
DHCPv6 procedure.

Signed-off-by: liqinhui <liqinhui@xiaomi.com>
2023-12-07 06:26:50 -08:00
..
CMakeLists.txt netutils/netlib: Add support for add/del a single IPv6 address 2023-11-08 00:20:19 +08:00
Kconfig
Make.defs apps/netutils/netlib/Make.defs: fix nxstyle 2023-03-20 14:17:07 +01:00
Makefile renew6: Optimize the process of obtaining an IPv6 address. 2023-12-07 06:26:50 -08:00
netlib_addipv6addr.c netutils/netlib: Add support for add/del a single IPv6 address 2023-11-08 00:20:19 +08:00
netlib_autoconfig.c
netlib_delarp.c arp: Remove the unnecessary inclusion of nuttx/net/arp 2022-12-16 22:11:10 +02:00
netlib_delipv6addr.c netutils/netlib: Add support for add/del a single IPv6 address 2023-11-08 00:20:19 +08:00
netlib_eaddrconv.c
netlib_ethaddrconv.c
netlib_getarp.c arp: Remove the unnecessary inclusion of nuttx/net/arp 2022-12-16 22:11:10 +02:00
netlib_getarptab.c arp: Remove the unnecessary inclusion of nuttx/net/arp 2022-12-16 22:11:10 +02:00
netlib_getdevs.c arp: Remove the unnecessary inclusion of nuttx/net/arp 2022-12-16 22:11:10 +02:00
netlib_getdripv4addr.c
netlib_getessid.c
netlib_getifstatus.c
netlib_getipv4addr.c
netlib_getipv4netmask.c
netlib_getipv6addr.c
netlib_getmacaddr.c
netlib_getnbtab.c
netlib_getnodeaddr.c
netlib_getpanid.c
netlib_getproperties.c
netlib_getroute.c
netlib_ipmsfilter.c
netlib_iptables.c change strcpy to strlcpy 2023-02-22 23:09:55 +08:00
netlib_ipv4adaptor.c net: fix compiler warning 2023-02-08 00:35:39 +08:00
netlib_ipv4addrconv.c
netlib_ipv4route.c
netlib_ipv4router.c
netlib_ipv6adaptor.c fsutils/examples: Include unistd.h explicitly 2023-02-05 08:46:59 +02:00
netlib_ipv6netmask2prefix.c
netlib_ipv6route.c fix issue with reading ipv6 routes. Handle space ahead of first line of route. 2022-11-22 13:20:17 +08:00
netlib_ipv6router.c
netlib_listenon.c
netlib_nodeaddrconv.c
netlib_obtainipv6addr.c renew6: Optimize the process of obtaining an IPv6 address. 2023-12-07 06:26:50 -08:00
netlib_parsehttpurl.c
netlib_parseurl.c
netlib_prefix2ipv6netmask.c ifconfig: Support prefixlen/CIDR for IPv6 2022-12-29 17:33:59 +08:00
netlib_saddrconv.c
netlib_server.c netutils/netlib: fix typos in comments 2023-04-19 03:11:19 +08:00
netlib_setarp.c arp: Remove the unnecessary inclusion of nuttx/net/arp 2022-12-16 22:11:10 +02:00
netlib_setdripv4addr.c
netlib_setdripv6addr.c
netlib_seteaddr.c
netlib_setessid.c
netlib_setifstatus.c
netlib_setipv4addr.c netutils/netlib: Add support for add/del a single IPv6 address 2023-11-08 00:20:19 +08:00
netlib_setipv4dnsaddr.c netlib: set addr.sin_zero to 0 in netlib_set_ipv4dnsaddr 2023-05-22 17:09:33 +03:00
netlib_setipv4netmask.c
netlib_setipv6addr.c
netlib_setipv6dnsaddr.c
netlib_setipv6netmask.c
netlib_setmacaddr.c
netlib_setmtu.c nshlib/netcmds:support to set MTU 2023-04-27 18:02:23 +08:00
netlib_setnodeaddr.c