nuttx/libc/netdb
2015-07-17 09:43:28 -06:00
..
lib_dns.h NETDB: Add support for caching DNS name resultion mappings 2015-07-13 10:41:32 -06:00
lib_dnsclient.c NETDB: Add support for caching DNS name resultion mappings 2015-07-13 10:41:32 -06:00
lib_gethostbyaddr.c
lib_gethostbyaddrr.c
lib_gethostbyname.c
lib_gethostbynamer.c gethostbyname_r: Fix test of return value from inet_pton(). Zero does not mean success 2015-07-17 08:24:21 -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
lib_parsehostfile.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
Make.defs gethostbyname() and gethostbyname_r() should be built even if there is no host file support. From Sebastien Lorquet 2015-07-17 09:43:28 -06:00