nuttx/libs/libc/netdb
Gregory Nutt 266849549a libs/libc/netdb/lib_dnsaddserver.c: Fix wrong fopen() mode.
dns_add_nameserver(): As reported by Surya Prakash Verma, call to
fopen() used nonexistent file open mode "at"; changed this to "r"
per Surya's analysis. See Surya's email to dev@ on 12 Mar 2020,
archived here: https://lists.apache.org/thread.html/rbbbee93f79dd8f4224969bb03bf093d8c96421380a1d955167a2f661%40%3Cdev.nuttx.apache.org%3E
2020-03-14 01:19:11 +01:00
..
Kconfig libs/libc/netdb: Support multiple IP addresses per hostname 2018-11-23 07:09:47 -06:00
lib_dns.h libs/libc/netdb: Implemented the netdb functions getnameinfo(), getservbyport(), and getservbyport_r(). 2019-06-30 15:12:34 -06:00
lib_dnsaddserver.c libs/libc/netdb/lib_dnsaddserver.c: Fix wrong fopen() mode. 2020-03-14 01:19:11 +01:00
lib_dnsbind.c Fix condition logic: The setup seems to support a network without sockets. That is not the case. 2019-02-11 15:47:25 -06:00
lib_dnscache.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lib_dnsforeach.c Run codespell -w against all files 2020-02-22 14:45:07 -06:00
lib_dnsinit.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
lib_dnsnotify.c libs/libc/netdb: Support the nameserver change notification then we can pass dns info from server to client in usrsock case. 2019-03-19 10:02:10 -06:00
lib_dnsquery.c Run codespell -w against all files 2020-02-22 14:45:07 -06:00
lib_freeaddrinfo.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lib_gaistrerror.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lib_getaddrinfo.c libs/libc/netdb/lib_getaddrinfo.c: getaddrinfo() should return EAI_FAMILY if res equals NULL. 2019-11-18 11:36:48 -06:00
lib_gethostbyaddr.c
lib_gethostbyaddrr.c libs/libc/netdb: Implemented the netdb functions getnameinfo(), getservbyport(), and getservbyport_r(). 2019-06-30 15:12:34 -06:00
lib_gethostbyname.c
lib_gethostbynamer.c libs/libc/netdb: Support multiple IP addresses per hostname 2018-11-23 07:09:47 -06:00
lib_getnameinfo.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
lib_getservbyname.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lib_getservbynamer.c libs/libc/netdb: Implemented the netdb functions getnameinfo(), getservbyport(), and getservbyport_r(). 2019-06-30 15:12:34 -06:00
lib_getservbyport.c libs/libc/netdb: Implemented the netdb functions getnameinfo(), getservbyport(), and getservbyport_r(). 2019-06-30 15:12:34 -06:00
lib_getservbyportr.c libs/libc/netdb: Implemented the netdb functions getnameinfo(), getservbyport(), and getservbyport_r(). 2019-06-30 15:12:34 -06:00
lib_netdb.c
lib_netdb.h libs/libc/netdb: Implemented the netdb functions getnameinfo(), getservbyport(), and getservbyport_r(). 2019-06-30 15:12:34 -06:00
lib_parsehostfile.c Run codespell -w against all files 2020-02-22 14:45:07 -06:00
Make.defs libs/libc/netdb: Implemented the netdb functions getnameinfo(), getservbyport(), and getservbyport_r(). 2019-06-30 15:12:34 -06:00