nuttx/net/route
2017-09-28 12:25:05 -06:00
..
Kconfig Addes support for read-only routing tables. Prior to this change, routing tables were only support in RAM and had to be initialized with explicit logic to add the necessary routes to the routing table. With this change, routes may be defined in the pre-initialized, read-only routing table provided by the board-specific logic 2017-09-28 09:04:31 -06:00
Make.defs Minor cleanup after laster squashed merge. 2017-09-28 09:23:03 -06:00
net_add_ramroute.c Minor cleanup after laster squashed merge. 2017-09-28 09:23:03 -06:00
net_alloc_ramroute.c Addes support for read-only routing tables. Prior to this change, routing tables were only support in RAM and had to be initialized with explicit logic to add the necessary routes to the routing table. With this change, routes may be defined in the pre-initialized, read-only routing table provided by the board-specific logic 2017-09-28 09:04:31 -06:00
net_del_ramroute.c Minor cleanup after laster squashed merge. 2017-09-28 09:23:03 -06:00
net_dumproute.c Forgot to add a file in the last commit 2017-08-10 16:31:25 -06:00
net_foreach_ramroute.c Minor cleanup after laster squashed merge. 2017-09-28 09:23:03 -06:00
net_foreach_romroute.c Minor cleanup after laster squashed merge. 2017-09-28 09:23:03 -06:00
net_initroute.c Addes support for read-only routing tables. Prior to this change, routing tables were only support in RAM and had to be initialized with explicit logic to add the necessary routes to the routing table. With this change, routes may be defined in the pre-initialized, read-only routing table provided by the board-specific logic 2017-09-28 09:04:31 -06:00
net_queue_ramroute.c More minor cleanup after laster squashed merge. 2017-09-28 12:25:05 -06:00
net_router.c Network routing table: Trivial name changes to make IPv4 and IPv6 more symmetric. Add debug logic to dump the content of the router table. 2017-08-10 16:18:06 -06:00
netdev_router.c In some cases, packets are still not sent behind the router. I found that NuttX sends the ARP requests not to the router but to the target. Mistake in file net/route/netdev_router.c. From Aleksandr Kazantsev 2017-09-20 13:19:05 -06:00
ramroute.h Minor cleanup after laster squashed merge. 2017-09-28 09:23:03 -06:00
romroute.h Minor cleanup after laster squashed merge. 2017-09-28 09:23:03 -06:00
route.h Addes support for read-only routing tables. Prior to this change, routing tables were only support in RAM and had to be initialized with explicit logic to add the necessary routes to the routing table. With this change, routes may be defined in the pre-initialized, read-only routing table provided by the board-specific logic 2017-09-28 09:04:31 -06:00