nuttx/libs/libc/netdb
Gregory Nutt dc8c814ca3 Squashed commit of the following:
Fixed coding standard error in several files.  Use of while( is incorrect; a space is required between while and (.  Also ran tools/nxstyle and fix thoses complaints as well in most files.

    Changes to comply with coding standard.  Mostly focused on files with missing space after keyword in if(, switch(, and for(.  Offending files also got changes to comply with tools nxstyle.  If there were logs of nxstyle complaints, the file also got a taste of tools/indent.sh.  Still need to fix occurrences of while( with missing space.  There are a lot of them.
2019-02-27 08:41:08 -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 Squashed commit of the following: 2019-02-27 08:41:08 -06:00
Make.defs libs/libc/netdb: Add getaddrinfo() and friends. 2018-06-08 07:07:21 -06:00