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
/
libs
/
libc
/
netdb
History
Xiang Xiao
f3043d133e
netdb: Don't call _NX_RECV and _NX_SEND
...
since netdb should only be called from userspace Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2021-02-21 12:33:02 +00:00
..
Kconfig
Bump the default of CONFIG_NETDB_DNSCLIENT_MAXRESPONSE
2020-05-15 14:23:48 +08:00
lib_dns.h
…
lib_dnsaddserver.c
netdb: A few build fixes
2021-01-27 11:04:58 +00:00
lib_dnsbind.c
…
lib_dnscache.c
…
lib_dnsdefaultserver.c
…
lib_dnsforeach.c
netdb: A few build fixes
2021-01-27 11:04:58 +00:00
lib_dnsinit.c
…
lib_dnsnotify.c
Change all files come from Xiaomi/Pinecone to Apache License 2.0
2020-08-22 17:37:21 -06:00
lib_dnsquery.c
netdb: Don't call _NX_RECV and _NX_SEND
2021-02-21 12:33:02 +00:00
lib_freeaddrinfo.c
…
lib_gaistrerror.c
…
lib_getaddrinfo.c
libc/netdb: Move hostbuffer out of the stack
2020-12-22 10:40:22 -03:00
lib_gethostbyaddr.c
…
lib_gethostbyaddrr.c
…
lib_gethostbyname2.c
…
lib_gethostbyname2r.c
…
lib_gethostbyname.c
…
lib_gethostbynamer.c
…
lib_gethostentbynamer.c
…
lib_getnameinfo.c
…
lib_getservbyname.c
…
lib_getservbynamer.c
…
lib_getservbyport.c
…
lib_getservbyportr.c
…
lib_netdb.c
…
lib_netdb.h
…
lib_parsehostfile.c
…
Make.defs
…