nuttx/net/icmpv6
Petteri Aimonen bedcc5fc04 Add CONFIG_NET_ICMPv6_ROUTER_LIFETIME
Allows setting the advertised route lifetime, and also to set
it to 0 for advertising only the prefix.

From RFC4861:

   A router might want to send Router Advertisements without advertising
   itself as a default router.  For instance, a router might advertise
   prefixes for stateless address autoconfiguration while not wishing to
   forward packets.  Such a router sets the Router Lifetime field in
   outgoing advertisements to zero.
2023-09-27 00:51:20 +08:00
..
CMakeLists.txt cmake:complete missing changes during reforming for net 2023-09-13 21:51:20 +08:00
icmpv6_advertise.c mm/iob: Add support for increasing length in iob_update_pktlen 2023-08-22 16:34:21 +09:00
icmpv6_autoconfig.c net/icmpv6: Fix icmpv6_neighbor for link-local address 2023-08-11 02:00:39 +08:00
icmpv6_conn.c icmpv6: add SOCK_RAW type support 2023-05-07 22:43:10 +08:00
icmpv6_input.c nuttx/net:Support to PMTUD 2023-05-12 10:21:52 -03: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/icmpv6: Fix icmpv6_neighbor for link-local address 2023-08-11 02:00:39 +08:00
icmpv6_netpoll.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08: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 Add CONFIG_NET_ICMPv6_ROUTER_LIFETIME 2023-09-27 00:51:20 +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 mm/iob: Add support for increasing length in iob_update_pktlen 2023-08-22 16:34:21 +09:00
icmpv6_rnotify.c net: consistent the net sem wait naming conversion 2023-01-15 12:31:30 -03:00
icmpv6_rsolicit.c mm/iob: Add support for increasing length in iob_update_pktlen 2023-08-22 16:34:21 +09:00
icmpv6_sendmsg.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +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 mm/iob: Add support for increasing length in iob_update_pktlen 2023-08-22 16:34:21 +09:00
icmpv6.h net/icmpv6: Fix icmpv6_neighbor for link-local address 2023-08-11 02:00:39 +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