nuttx/libs/libc/netdb
zhanghongyu 7ba125f7cd netdb: Make NETDB_DNSSERVER_NAMESERVERS effective for NETDB_RESOLVCONF
prevent the server list in resolv.conf from increasing indefinitely
the one that is overwritten is always the one configured first.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2024-09-09 19:47:09 +08:00
..
CMakeLists.txt
Kconfig netdb: Make NETDB_DNSSERVER_NAMESERVERS effective for NETDB_RESOLVCONF 2024-09-09 19:47:09 +08:00
lib_dn.c
lib_dns.h
lib_dnsaddserver.c netdb: Make NETDB_DNSSERVER_NAMESERVERS effective for NETDB_RESOLVCONF 2024-09-09 19:47:09 +08:00
lib_dnsbind.c
lib_dnscache.c
lib_dnsdefaultserver.c
lib_dnsforeach.c netdb: Make NETDB_DNSSERVER_NAMESERVERS effective for NETDB_RESOLVCONF 2024-09-09 19:47:09 +08:00
lib_dnsinit.c
lib_dnsnotify.c
lib_dnsquery.c
lib_dnsqueryfamily.c
lib_freeaddrinfo.c
lib_gaistrerror.c
lib_getaddrinfo.c
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
lib_proto.c
lib_protor.c
lib_rexec.c
Make.defs