incubator-nuttx/net/socket
Gregory Nutt 2d057c28c8 net: Disable priority inheritance on all semaphores used for signaling 2016-11-03 12:17:02 -06:00
..
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
Make.defs net/udp: Add support for send() with connected UDP sockets 2015-08-11 19:17:55 -06:00
accept.c Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
bind.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
connect.c net: Disable priority inheritance on all semaphores used for signaling 2016-11-03 12:17:02 -06:00
getsockname.c Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
getsockopt.c Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
listen.c Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
net_checksd.c Replace all occurrences of vdbg with vinfo 2016-06-11 11:59:51 -06:00
net_clone.c net/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-11 17:37:21 -06:00
net_close.c net: Disable priority inheritance on all semaphores used for signaling 2016-11-03 12:17:02 -06:00
net_dupsd.c Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
net_dupsd2.c Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
net_monitor.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
net_poll.c Networking: Separate TCP poll logic out of net/sockets/net_poll.c and move it into the new net/tcp/tcp_netpoll.c. 2015-01-30 07:25:01 -06:00
net_sendfile.c net: Disable priority inheritance on all semaphores used for signaling 2016-11-03 12:17:02 -06:00
net_sockets.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
net_timeo.c Update to use 64-bit timer when available 2016-01-21 11:54:26 -06:00
net_vfcntl.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
recv.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
recvfrom.c net: Disable priority inheritance on all semaphores used for signaling 2016-11-03 12:17:02 -06:00
send.c Remove some empty code section comments 2016-02-26 07:35:55 -06:00
sendto.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
setsockopt.c Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
socket.c Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
socket.h Update to use 64-bit timer when available 2016-01-21 11:54:26 -06:00