summaryrefslogtreecommitdiff
path: root/nuttx/net/udp/udp_conn.c
Commit message (Expand)AuthorAgeFilesLines
* Networking: Replace all references to the macros net_ipaddr_copy, net_ipaddr...Gregory Nutt2015-01-161-2/+2
* Networking: Replace all references to net_ipaddr_t with either in_addr_t on ...Gregory Nutt2015-01-161-14/+13
* Networking: Drivers can have both IPv4 and IPv6 addesses, but a socket can on...Gregory Nutt2015-01-161-14/+14
* Networking: Seperate tcp_input() and udp_input() into seprate functions tcp_i...Gregory Nutt2015-01-151-7/+15
* Back inclusion of ipv6.hGregory Nutt2014-11-221-1/+0
* Fix UDP routing error in last commitGregory Nutt2014-11-221-2/+2
* Back out a misconception about INADDR_ANY introduce with some previous commitsGregory Nutt2014-11-221-54/+18
* Fix routing of muli-network UDP packetsGregory Nutt2014-11-211-0/+8
* Network: Misc changes to UDP bind logic for the case of multiple networksGregory Nutt2014-11-211-26/+23
* Some ideas for how port assignments might work with multiple network interfacesGregory Nutt2014-11-211-6/+130
* Update TODO; Cosmetic changes to commentsGregory Nutt2014-11-171-11/+16
* EFM32: Fix typo in connecting ODD GPIO interrupt. Noted by PierreGregory Nutt2014-11-081-1/+1
* NET: Rename some non-configurable constants UIP_ to IP_ or TCP_Gregory Nutt2014-07-061-1/+1
* NET: Most of the contents of include/nuttx/net/udp.h moved to net/pkt/udp.hGregory Nutt2014-07-051-6/+8
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-0/+2
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* NET: Rename some address comparison macrosGregory Nutt2014-07-011-1/+1
* NET: Rename uip_nextXYZconn to XYZ_netconnGregory Nutt2014-06-301-2/+2
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-291-4/+4
* Rename static functions from uip_* to something more appropriate. Globally s...Gregory Nutt2014-06-281-19/+15
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-281-1/+1
* Move files to net/utils; make appropriate name changes, most for uip_lock to ...Gregory Nutt2014-06-261-6/+6
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular inc...Gregory Nutt2014-06-261-0/+1
* Clean up all UDP-related namingGregory Nutt2014-06-241-31/+30
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-2/+2
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-241-1/+1
* Move UDP files from net/uip to net/udpGregory Nutt2014-06-181-0/+475