summaryrefslogtreecommitdiff
path: root/nuttx/net/netdev/netdev_findbyaddr.c
Commit message (Collapse)AuthorAgeFilesLines
* Update comments and READMEGregory Nutt2014-11-241-2/+1
|
* Update comments and read meGregory Nutt2014-11-231-1/+1
|
* Add logic to netdev_findbyaddr() to return the correct network device for ↵Gregory Nutt2014-11-231-28/+58
| | | | the case where a broadcast address is used. This change caused trivial ripples through other files because additional parameters are required for netdev_findbyaddr() when CONFIG_NET_MULTINIC
* Add a commentGregory Nutt2014-11-221-0/+4
|
* Network: Add logic to get a default network device (for the case where are ↵Gregory Nutt2014-11-211-1/+1
| | | | multiple devices). For INADDR_ANY
* Update TODO; Cosmetic changes to commentsGregory Nutt2014-11-171-1/+2
|
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. ↵Gregory Nutt2014-07-041-0/+1
| | | | Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed.
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-291-1/+1
|
* NET: Renaming of IP address typesGregory Nutt2014-06-291-3/+3
|
* Move all socket-related files from net/ to net/socket. Move net/net.h to ↵Gregory Nutt2014-06-281-1/+0
| | | | net/socket/socket.h
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-4/+4
|
* NET: Move net/netdev*.c to net/netdev/netdev*.cGregory Nutt2014-06-271-0/+215