incubator-nuttx/net/neighbor
Zhe Weng 3b74cfecc2 net/route: Support longest prefix match for routing
Support longest prefix match routing described as "Longest Match" in
RFC 1812, Section 5.2.4.3, Page 75.

Introduced `prefixlen` to indicate the prefix length of currently
founded route, and only looks up for longer prefix in all later steps.

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2024-01-09 05:58:10 -08:00
..
CMakeLists.txt
Kconfig
Make.defs
neighbor.h
neighbor_add.c net/route: Support longest prefix match for routing 2024-01-09 05:58:10 -08:00
neighbor_dumpentry.c
neighbor_ethernet_out.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
neighbor_findentry.c
neighbor_globals.c
neighbor_lookup.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
neighbor_out.c
neighbor_snapshot.c
neighbor_update.c