This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-06 08:36:24 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
aed8a602b83f01e4356817307829904b764b2fd8
nuttx
/
net
/
socket
T
History
Gregory Nutt
2a751068e6
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
2016-06-20 12:44:38 -06:00
..
accept.c
…
bind.c
…
connect.c
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
2016-06-20 11:59:15 -06:00
getsockname.c
…
getsockopt.c
…
Kconfig
…
listen.c
…
Make.defs
…
net_checksd.c
…
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
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
2016-06-20 12:44:38 -06:00
net_dupsd2.c
…
net_dupsd.c
…
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
…
net_sendfile.c
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
2016-06-20 11:59:15 -06:00
net_sockets.c
…
net_timeo.c
…
net_vfcntl.c
…
recv.c
…
recvfrom.c
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
2016-06-20 12:44:38 -06:00
send.c
…
sendto.c
…
setsockopt.c
…
socket.c
…
socket.h
…