nuttx/net/icmpv6
liqinhui a69c8a6183 net/icmpv6:Optimize the process of obtaining the IPv6 address through RA.
- When receiving Router Advertisement Message, if Managed Address
  Configuration flag is set, we should ignore the Autonomous
  Address-configuration flag, and obtain the IPv6 address via the
  stateful process.

Signed-off-by: liqinhui <liqinhui@xiaomi.com>
2023-12-05 23:40:37 -08:00
..
CMakeLists.txt cmake:complete missing changes during reforming for net 2023-09-13 21:51:20 +08:00
icmpv6_advertise.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
icmpv6_autoconfig.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
icmpv6_conn.c icmpv6: add SOCK_RAW type support 2023-05-07 22:43:10 +08:00
icmpv6_input.c net/icmpv6:Optimize the process of obtaining the IPv6 address through RA. 2023-12-05 23:40:37 -08:00
icmpv6_ioctl.c net: Add FIOC_FILEPATH ioctl support for ICMP(v6)/RPMsg/Usrsock sockets 2023-08-15 15:00:59 +08:00
icmpv6_linkipaddr.c
icmpv6_neighbor.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
icmpv6_netpoll.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
icmpv6_notify.c net: consistent the net sem wait naming conversion 2023-01-15 12:31:30 -03:00
icmpv6_pmtu.c nuttx/net:Support to PMTUD 2023-05-12 10:21:52 -03:00
icmpv6_poll.c net/devif_poll: optimize device buffer alloc in txpoll 2023-01-13 16:41:10 +08:00
icmpv6_radvertise.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
icmpv6_recvmsg.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
icmpv6_reply.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
icmpv6_rnotify.c net/icmpv6:Optimize the process of obtaining the IPv6 address through RA. 2023-12-05 23:40:37 -08:00
icmpv6_rsolicit.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
icmpv6_sendmsg.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
icmpv6_sockif.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
icmpv6_solicit.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
icmpv6.h net/icmpv6:Optimize the process of obtaining the IPv6 address through RA. 2023-12-05 23:40:37 -08:00
Kconfig Add CONFIG_NET_ICMPv6_ROUTER_LIFETIME 2023-09-27 00:51:20 +08:00
Make.defs nuttx/net:Support to PMTUD 2023-05-12 10:21:52 -03:00