summaryrefslogtreecommitdiff
path: root/nuttx/net/local/local.h
Commit message (Expand)AuthorAgeFilesLines
* Networking: Move UDP-specifc parts of sendto() out of socket/sendto.c and in...Gregory Nutt2015-01-281-6/+10
* Unix domain: A few fixes from early integrationGregory Nutt2015-01-271-5/+5
* Unix sockets: Fleshes out the recvfrom() logicGregory Nutt2015-01-271-57/+89
* Local sockets: Add basic packet send logicGregory Nutt2015-01-271-3/+70
* Local sockets: Remove some ill-conceived logicGregory Nutt2015-01-271-5/+21
* Add stub files for sending and receiving on FIFOsGregory Nutt2015-01-261-6/+6
* Networking: Add FIFO management logic needed to support Unix domain socketsGregory Nutt2015-01-261-3/+64
* Networking: Add local Unix domain socket accept logicGregory Nutt2015-01-251-14/+17
* Networking: Move TCP specific logic out of net/socket/accept.c to net/tcp/tc...Gregory Nutt2015-01-251-0/+26
* Networking: Add local Unix domain socket listen logicGregory Nutt2015-01-251-1/+31
* Networking: Add local Unix domain socket connection logicGregory Nutt2015-01-251-8/+69
* Networking: Add logic for binding Unix domain socketsGregory Nutt2015-01-251-1/+10
* Networking: A litle more Unix domain socket logicGregory Nutt2015-01-251-6/+8
* Hook local socket functions into socket creation and close logicGregory Nutt2015-01-241-0/+242