nuttx/libs/libc/netdb
Anthony Merlino 5e69b6e09f Merged in antmerlino/nuttx/getaddrinfo-improvements (pull request #726)
A few improvements to getaddrinfo:

- Use the protocol and socktype hints in returned address
  - Ignore AI_PASSIVE argument if hostname is not NULL

Approved-by: GregoryN <gnutt@nuttx.org>
2018-09-25 17:00:57 +00:00
..
Kconfig libs/libc/netdb: Add getaddrinfo() and friends. 2018-06-08 07:07:21 -06:00
lib_dns.h
lib_dnsaddserver.c
lib_dnsbind.c libs/libc/netdb: Add getaddrinfo() and friends. 2018-06-08 07:07:21 -06:00
lib_dnscache.c
lib_dnsforeach.c
lib_dnsinit.c libs/libc/netdb: Add getaddrinfo() and friends. 2018-06-08 07:07:21 -06:00
lib_dnsquery.c
lib_freeaddrinfo.c libs/libc/netdb: Add getaddrinfo() and friends. 2018-06-08 07:07:21 -06:00
lib_gaistrerror.c libs/libc/netdb: Add getaddrinfo() and friends. 2018-06-08 07:07:21 -06:00
lib_getaddrinfo.c Merged in antmerlino/nuttx/getaddrinfo-improvements (pull request #726) 2018-09-25 17:00:57 +00:00
lib_gethostbyaddr.c
lib_gethostbyaddrr.c
lib_gethostbyname.c libs/libc/netdb: Add getaddrinfo() and friends. 2018-06-08 07:07:21 -06:00
lib_gethostbynamer.c Review of previous PR: Add some comments. Change should not apply in the FLAT build mode. 2018-07-25 06:32:50 -06:00
lib_getservbyname.c libs/libc/netdb: Add getaddrinfo() and friends. 2018-06-08 07:07:21 -06:00
lib_getservbynamer.c libs/libc/netdb: Add getaddrinfo() and friends. 2018-06-08 07:07:21 -06:00
lib_netdb.c
lib_netdb.h
lib_parsehostfile.c
Make.defs libs/libc/netdb: Add getaddrinfo() and friends. 2018-06-08 07:07:21 -06:00