This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-15 03:58:06 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
4eec7041fc73e64fcc36ec81389dd546eff23e01
nuttx
/
libc
/
netdb
T
History
Sebastien Lorquet
4eec7041fc
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_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
gethostbyname() will not attempt a DNS lookup if so enabled
2015-07-10 13:30:09 -06:00
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
gethostbyname() will not attempt a DNS lookup if so enabled
2015-07-10 13:30:09 -06:00
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
Repartitioning of DNS client logic in preparation for IPv6 support
2015-07-12 09:19:40 -06:00