incubator-nuttx/libc/netdb
Gregory Nutt 2a5c7e9a92 resolv.conf: Add support for OpenBSD style resolv.conf syntax where a non-standard DNS server port can be specified using a backet syntax. 2016-01-14 17:55:53 -06:00
..
Make.defs netdb: Separate lib_dnsclient.c into lib_dnsbind.c and lib_dnsquery.c 2016-01-14 10:30:47 -06:00
lib_dns.h resolv.conf: Add support for OpenBSD style resolv.conf syntax where a non-standard DNS server port can be specified using a backet syntax. 2016-01-14 17:55:53 -06:00
lib_dnsaddserver.c resolv.conf: Add support for OpenBSD style resolv.conf syntax where a non-standard DNS server port can be specified using a backet syntax. 2016-01-14 17:55:53 -06:00
lib_dnsbind.c netdb: resolv.conf logic is functional 2016-01-14 15:12:42 -06:00
lib_dnscache.c netdb: Move DNS initialization and cache logic to separate files 2016-01-14 10:17:15 -06:00
lib_dnsforeach.c resolv.conf: Add support for OpenBSD style resolv.conf syntax where a non-standard DNS server port can be specified using a backet syntax. 2016-01-14 17:55:53 -06:00
lib_dnsinit.c netdb: resolv.conf logic is functional 2016-01-14 15:12:42 -06:00
lib_dnsquery.c netdb: resolv.conf logic is functional 2016-01-14 15:12:42 -06:00
lib_gethostbyaddr.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_gethostbyaddrr.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_gethostbyname.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_gethostbynamer.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_netdb.c Move definition of h_errno from lib_parsehostfile.c to lib_netdb. h_errno should still be defined even if there is no host file support. From Sebastien Lorquet. 2015-07-17 09:39:45 -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 Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00