summaryrefslogtreecommitdiff
path: root/nuttx/net/bind.c
Commit message (Expand)AuthorAgeFilesLines
* Raw sockets: Additional changes for error-free/warning-free compilationGregory Nutt2014-06-121-8/+19
* First check-in of Lazlo's PF_PACKET 'raw' socket implementationGregory Nutt2014-06-121-4/+70
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-1/+1
* Add more low-level, thread-independent socket interfacespatacongo2012-03-021-13/+53
* cosmeticpatacongo2009-03-191-3/+3
* Filename changes needed by ZDS archiverpatacongo2008-12-121-2/+2
* TCP and ICMP protocols may now be disabledpatacongo2007-11-221-0/+7
* Basic server functionality: listen(), accept()patacongo2007-11-161-1/+1
* Implement TCP send; remove uIP proto-socketspatacongo2007-09-091-0/+1
* Make file name convention consistentpatacongo2007-09-081-1/+1
* Documentation updatepatacongo2007-09-081-4/+4
* Add send, sendto, rec, recvfrompatacongo2007-09-031-6/+15
* Implements basic TCP connection logicpatacongo2007-09-021-4/+21
* Adding socket(), bind() logicpatacongo2007-09-011-5/+53
* Basic infrastructure for socket() and bind()patacongo2007-08-281-0/+75