This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
libc
/
netdb
History
Gregory Nutt
af072d52bc
Adds OS internal functions nx_send(), ns_recv(), and nx_recvfrom() which are functionally equivalent to send(), recv(), and recvfrom() except that they do not set the errno variable and do not cause cancellation points.
2017-10-11 09:25:43 -06:00
..
Kconfig
…
lib_dns.h
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
2017-05-11 13:35:56 -06:00
lib_dnsaddserver.c
…
lib_dnsbind.c
…
lib_dnscache.c
netdb: Fix time info in lib_dnscache.c
2017-05-23 16:02:41 +09:00
lib_dnsforeach.c
…
lib_dnsinit.c
Fix a typo
2017-10-08 12:38:53 -06:00
lib_dnsquery.c
Adds OS internal functions nx_send(), ns_recv(), and nx_recvfrom() which are functionally equivalent to send(), recv(), and recvfrom() except that they do not set the errno variable and do not cause cancellation points.
2017-10-11 09:25:43 -06:00
lib_gethostbyaddr.c
Remove dangling whitespace at the end of some lines.
2017-06-28 10:39:54 -06:00
lib_gethostbyaddrr.c
…
lib_gethostbyname.c
…
lib_gethostbynamer.c
gethostbyname_r: Fix check for space in buffer.
2017-06-12 06:47:43 -06:00
lib_netdb.c
…
lib_netdb.h
…
lib_parsehostfile.c
…
Make.defs
…