nuttx/libs/libc/netdb
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 libc/netdb: support multiple DNS nameservers when not using resolv.conf 2020-04-27 19:52:24 +08:00
lib_dnsaddserver.c netdb: A few build fixes 2021-01-27 11:04:58 +00:00
lib_dnsbind.c libc/netdb: Fix nxstyle issue 2020-03-30 09:47:28 -06:00
lib_dnscache.c libc/netdb: Fix nxstyle issue 2020-03-30 09:47:28 -06:00
lib_dnsdefaultserver.c libc/netdb: support multiple DNS nameservers when not using resolv.conf 2020-04-27 19:52:24 +08:00
lib_dnsforeach.c netdb: A few build fixes 2021-01-27 11:04:58 +00:00
lib_dnsinit.c libc/netdb: support multiple DNS nameservers when not using resolv.conf 2020-04-27 19:52:24 +08:00
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 Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lib_gaistrerror.c libc/netdb: Make host and serv optional for getnameinfo 2020-03-30 09:47:28 -06:00
lib_getaddrinfo.c libc/netdb: Move hostbuffer out of the stack 2020-12-22 10:40:22 -03:00
lib_gethostbyaddr.c libc/netdb: Add hostent_s to avoid the change of hostent 2020-04-01 16:09:28 -06:00
lib_gethostbyaddrr.c gethostbyaddr_r: Fix an unsed variable warning 2020-04-02 13:38:21 +08:00
lib_gethostbyname2.c libc/netdb: Add hostent_s to avoid the change of hostent 2020-04-01 16:09:28 -06:00
lib_gethostbyname2r.c libc/netdb: Add hostent_s to avoid the change of hostent 2020-04-01 16:09:28 -06:00
lib_gethostbyname.c libc/netdb: Add hostent_s to avoid the change of hostent 2020-04-01 16:09:28 -06:00
lib_gethostbynamer.c libc/netdb: Add hostent_s to avoid the change of hostent 2020-04-01 16:09:28 -06:00
lib_gethostentbynamer.c netdb: Truncate the list of ips instead of bailing out with ERANGE 2020-05-15 14:23:48 +08:00
lib_getnameinfo.c getnameinfo: Rename a variable to avoid shadowing a global 2020-04-02 14:17:15 +08:00
lib_getservbyname.c libc/netdb: Add hostent_s to avoid the change of hostent 2020-04-01 16:09:28 -06:00
lib_getservbynamer.c libc/netdb: Return null alias for getservbyport_r/getservbyname_r 2020-03-30 09:47:28 -06:00
lib_getservbyport.c libc/netdb: Add hostent_s to avoid the change of hostent 2020-04-01 16:09:28 -06:00
lib_getservbyportr.c libc/netdb: Return null alias for getservbyport_r/getservbyname_r 2020-03-30 09:47:28 -06:00
lib_netdb.c libc/netdb: make getaddrinfo re-entrant also when querying with service name 2020-04-27 19:52:24 +08:00
lib_netdb.h libc/netdb: Add hostent_s to avoid the change of hostent 2020-04-01 16:09:28 -06:00
lib_parsehostfile.c libc/netdb: make getaddrinfo re-entrant also when querying with service name 2020-04-27 19:52:24 +08:00
Make.defs libc/netdb: support multiple DNS nameservers when not using resolv.conf 2020-04-27 19:52:24 +08:00