summaryrefslogtreecommitdiff
path: root/nuttx/net/netdev_router.c
Commit message (Collapse)AuthorAgeFilesLines
* SAMA5: LCDC driver progressGregory Nutt2013-10-071-1/+3
|
* Another case where we should use the routing table: There may be multiple ↵Gregory Nutt2013-10-051-0/+179
routers on the same network. In that case, we have to search for the routing table for the router that forwards to the destination address. We do this when we determine the MAC address we want in the ARP logic