nuttx/libs/libc/netdb
Gregory Nutt efe65749ce Fix condition logic: The setup seems to support a network without sockets. That is not the case.
Squashed commit of the following:

    sched/sched/sched_getsockets.c:  Fix an error in conditional compilation.
    fs/:  Remove all conditional logic based on CONFIG_NSOCKET_DESCRIPTORS == 0
    Documentation/:  Remove all references to CONFIG_NSOCKET_DESCRIPTORS == 0
    include/:  Remove all conditional logic based on CONFIG_NSOCKET_DESCRIPTORS == 0
    libs/:  Remove all conditional logic based on CONFIG_NSOCKET_DESCRIPTORS == 0
    net/:  Remove all conditional logic based on CONFIG_NSOCKET_DESCRIPTORS == 0
    sched/:  Remove all conditional logic based on CONFIG_NSOCKET_DESCRIPTORS == 0
    syscall/:  Remove all conditional logic based on CONFIG_NSOCKET_DESCRIPTORS == 0
    tools/:  Fixups for CONFIG_NSOCKET_DESCRIPTORS no longer used to disable sockets.
2019-02-11 15:47:25 -06:00
..
Kconfig libs/libc/netdb: Support multiple IP addresses per hostname 2018-11-23 07:09:47 -06:00
lib_dns.h libs/libc/netdb: Support multiple IP addresses per hostname 2018-11-23 07:09:47 -06:00
lib_dnsaddserver.c libs/libc/netdb: Support multiple IP addresses per hostname 2018-11-23 07:09:47 -06:00
lib_dnsbind.c Fix condition logic: The setup seems to support a network without sockets. That is not the case. 2019-02-11 15:47:25 -06:00
lib_dnscache.c libs/libc/netdb: Support multiple IP addresses per hostname 2018-11-23 07:09:47 -06:00
lib_dnsforeach.c libs/libc/netdb: Support multiple IP addresses per hostname 2018-11-23 07:09:47 -06:00
lib_dnsinit.c libs/libc/netdb: Add getaddrinfo() and friends. 2018-06-08 07:07:21 -06:00
lib_dnsquery.c libs/libc/netdb: Support multiple IP addresses per hostname 2018-11-23 07:09:47 -06:00
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 libs/libc/netdb/lib_getaddrinfo.c: Fix a warning found in build testing. 2018-10-02 11:16:47 -06: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 libs/libc/netdb: Support multiple IP addresses per hostname 2018-11-23 07:09:47 -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 This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
Make.defs libs/libc/netdb: Add getaddrinfo() and friends. 2018-06-08 07:07:21 -06:00