summaryrefslogtreecommitdiff
path: root/nuttx/net/local/local_sendto.c
Commit message (Expand)AuthorAgeFilesLines
* Unix domain: Add options to build in stream or datagram support separatelyGregory Nutt2015-01-311-2/+2
* If a Unix domain socket is non-blocking, then the underlying FIFO should also...Gregory Nutt2015-01-301-1/+3
* Unix domain: Add logic to release references to the half duplex FIFO after se...Gregory Nutt2015-01-301-1/+7
* Unix domain: Various fixes to get apps/examplex/udgram workingGregory Nutt2015-01-291-4/+14
* Unix domain: Add sendto logic for SOCK_DRAM protocoalGregory Nutt2015-01-291-2/+73
* Networking: Move UDP-specifc parts of sendto() out of socket/sendto.c and in...Gregory Nutt2015-01-281-5/+9
* Add stub files for sending and receiving on FIFOsGregory Nutt2015-01-261-0/+84