nuttx/net/route
Gregory Nutt 3521aaf944 Squashed commit of the following:
binfmt/, configs/, grahics/, libc/, mm/, net/, sched/:  OS references to the errno variable should always use the set_errno(), get_errno() macros
    arch/arm/src/stm32 and stm32f7:  Architecture-specific code is not permitted to modify the errno variable.  drivers/ and libc/:  OS references to the errno variable should always use the set_errno(), get_errno() macros
2018-01-30 17:57:36 -06:00
..
cacheroute.h Add support for an in-memory routing table cache in order to improve performance when the routing table is retained in a file. The cache holds the most recently used routing table entries and so can eliminate some file access. 2017-09-29 12:04:45 -06:00
fileroute.h
Kconfig Squashed commit of the following: 2018-01-03 16:03:56 -06:00
Make.defs Add support for an in-memory routing table cache in order to improve performance when the routing table is retained in a file. The cache holds the most recently used routing table entries and so can eliminate some file access. 2017-09-29 12:04:45 -06:00
net_add_fileroute.c
net_add_ramroute.c
net_alloc_ramroute.c Add support for an in-memory routing table cache in order to improve performance when the routing table is retained in a file. The cache holds the most recently used routing table entries and so can eliminate some file access. 2017-09-29 12:04:45 -06:00
net_cacheroute.c net/route: Fix a couple of compile-related issues that have crept in sense the last time the file-based routing table was used. 2018-01-05 08:57:22 -06:00
net_del_fileroute.c net/route: Fix a couple of compile-related issues that have crept in sense the last time the file-based routing table was used. 2018-01-05 08:57:22 -06:00
net_del_ramroute.c
net_dumproute.c
net_fileroute.c Squashed commit of the following: 2018-01-30 17:57:36 -06:00
net_foreach_fileroute.c Add support for an in-memory routing table cache in order to improve performance when the routing table is retained in a file. The cache holds the most recently used routing table entries and so can eliminate some file access. 2017-09-29 12:04:45 -06:00
net_foreach_ramroute.c Add support for an in-memory routing table cache in order to improve performance when the routing table is retained in a file. The cache holds the most recently used routing table entries and so can eliminate some file access. 2017-09-29 12:04:45 -06:00
net_foreach_romroute.c Add support for an in-memory routing table cache in order to improve performance when the routing table is retained in a file. The cache holds the most recently used routing table entries and so can eliminate some file access. 2017-09-29 12:04:45 -06:00
net_initroute.c Add support for an in-memory routing table cache in order to improve performance when the routing table is retained in a file. The cache holds the most recently used routing table entries and so can eliminate some file access. 2017-09-29 12:04:45 -06:00
net_queue_ramroute.c
net_router.c net/route: Add logic to mark a route as most-recently-used in the route cache. 2017-10-02 07:29:02 -06:00
netdev_router.c net/route: Add logic to mark a route as most-recently-used in the route cache. 2017-10-02 07:29:02 -06:00
ramroute.h
romroute.h
route.h Add support for an in-memory routing table cache in order to improve performance when the routing table is retained in a file. The cache holds the most recently used routing table entries and so can eliminate some file access. 2017-09-29 12:04:45 -06:00