summaryrefslogtreecommitdiff
path: root/nuttx/net/udp/udp.h
Commit message (Expand)AuthorAgeFilesLines
* Networking: Separate out UDP poll logic from socket/net_poll.c into a new ud...Gregory Nutt2015-01-301-0/+47
* Networking: Add UDP read-ahead support and support for poll/select on UDP so...Gregory Nutt2015-01-301-0/+14
* Networking: Move UDP-specifc parts of sendto() out of socket/sendto.c and in...Gregory Nutt2015-01-281-6/+34
* Networking: Final detangle off IPv4 and IPv6 TCP/UDP send logic. The Networ...Gregory Nutt2015-01-181-1/+0
* Networking: Detangling IPv6/4 logic in UDP connection structuresGregory Nutt2015-01-171-13/+3
* Networking: Save the IP domain in the connection structureGregory Nutt2015-01-171-8/+9
* include/net/if.h: Add a bit to the device flags to indicate if the device pa...Gregory Nutt2015-01-171-5/+30
* Networking: Drivers can have both IPv4 and IPv6 addesses, but a socket can on...Gregory Nutt2015-01-161-4/+1
* Networking: Seperate tcp_input() and udp_input() into seprate functions tcp_i...Gregory Nutt2015-01-151-13/+39
* Some ideas for how port assignments might work with multiple network interfacesGregory Nutt2014-11-211-3/+6
* NET: Most of the contents of include/nuttx/net/udp.h moved to net/pkt/udp.hGregory Nutt2014-07-051-3/+190
* NET: Rename uip_nextXYZconn to XYZ_netconnGregory Nutt2014-06-301-1/+1
* Rename many functions in net/devif from uip_* to devif_*Gregory Nutt2014-06-281-0/+5
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-4/+4
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular inc...Gregory Nutt2014-06-261-0/+3
* Clean up all UDP-related namingGregory Nutt2014-06-241-0/+23
* Clean up all TCP-related namingGregory Nutt2014-06-241-0/+79