nuttx/net
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
..
arp
bluetooth
can net/can: Release IOB when failed to queue in datahandler 2024-01-06 04:20:36 -08:00
devif
icmp poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
icmpv6 netdev/ipv6: Move xxx_ipv6multicast from arch to common code 2023-12-16 05:26:16 -08:00
ieee802154
igmp
inet ipv6: Fix source address with many addresses in same network 2023-12-13 06:13:25 -08:00
ipforward
ipfrag
local local_sendmsg: fix peer->lc_cfps[] array out-of-range write 2024-01-04 20:07:06 -08:00
mld
nat
neighbor net/route: Support longest prefix match for routing 2024-01-09 05:58:10 -08:00
netdev net/route: Support longest prefix match for routing 2024-01-09 05:58:10 -08:00
netfilter
netlink Remove @ and % tag from all comments 2023-12-11 17:00:10 -03:00
pkt
procfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
route net/route: Support longest prefix match for routing 2024-01-09 05:58:10 -08:00
rpmsg rpmsg_sockif: recv/recvmsg return 0 when peer close 2024-01-04 20:07:43 -08:00
sixlowpan
socket
tcp net: Only call arp_send for PF_INET and icmpv6_neighbor for PF_INET6 2024-01-09 05:56:28 -08:00
udp net: Only call arp_send for PF_INET and icmpv6_neighbor for PF_INET6 2024-01-09 05:56:28 -08:00
usrsock poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
utils
CMakeLists.txt
Kconfig
Makefile
net_initialize.c