nuttx/libc/netdb
Gregory Nutt 5ace3311d9 Repartitioning of DNS client logic in preparation for IPv6 support
- Rename include/nuttx/net/dnsclient.h to dns.h
- Move internal DNS prototypes from dns.h to libc/netdb/lib_dns.h
- Global standard DNS definitions from libc/netdb/dns_soccket.c to dns.h
- Eliminate dns_gethostip().  This is now an internal part of gethostbyname()
- Eliminate interface dns_whois().  Not needed in this new context.
2015-07-12 09:19:40 -06:00
..
lib_dnsclient.c Repartitioning of DNS client logic in preparation for IPv6 support 2015-07-12 09:19:40 -06:00
lib_gethostbyaddr.c
lib_gethostbyaddrr.c
lib_gethostbyname.c gethostbyname() will not attempt a DNS lookup if so enabled 2015-07-10 13:30:09 -06:00
lib_gethostbynamer.c Repartitioning of DNS client logic in preparation for IPv6 support 2015-07-12 09:19:40 -06:00
lib_netdb.c gethostbyname() will not attempt a DNS lookup if so enabled 2015-07-10 13:30:09 -06:00
lib_netdb.h gethostbyname() will not attempt a DNS lookup if so enabled 2015-07-10 13:30:09 -06:00
lib_parsehostfile.c Repartitioning of DNS client logic in preparation for IPv6 support 2015-07-12 09:19:40 -06:00
Make.defs Repartitioning of DNS client logic in preparation for IPv6 support 2015-07-12 09:19:40 -06:00