summaryrefslogtreecommitdiff
path: root/nuttx/include/sys/socket.h
Commit message (Expand)AuthorAgeFilesLines
* Add getsockname()patacongo2011-05-301-0/+3
* Add syscall directorypatacongo2011-03-301-1/+1
* Switching to C99 stdint.h typespatacongo2009-12-141-1/+1
* Add framework for listen() and connect() -- still missing logicpatacongo2007-09-231-0/+3
* Implement TCP send; remove uIP proto-socketspatacongo2007-09-091-10/+10
* Cleanup and fix problems introduce in last commitpatacongo2007-09-081-1/+1
* Implemented several options in set/getsockoptspatacongo2007-09-081-9/+10
* Added framework for getsockopt() setsockopt()patacongo2007-09-071-19/+23
* Add socket optionspatacongo2007-09-051-0/+38
* Add send, sendto, rec, recvfrompatacongo2007-09-031-2/+30
* Implements basic TCP connection logicpatacongo2007-09-021-2/+21
* Adding socket(), bind() logicpatacongo2007-09-011-0/+1
* Basic infrastructure for socket() and bind()patacongo2007-08-281-0/+110