nuttx/libs/libc/netdb
Kejun ZHOU f33ed3c8c0 *Merged in zhoukejun/nuttx_nucleo-f767zi (pull request #838)
Add three patches  about STM32 intherupts and network loopback files

* Add the missing macro STM32_IRQ_NIRQS used by ./arch/arm/src/stm32f7/stm32_irq.c

    Signed-off-by: Kejun ZHOU <zhoukejun@outlook.com>

* The struct in_addr doesn't have the member sin_addr.

    Signed-off-by: Kejun ZHOU <zhoukejun@outlook.com>

* The function lib_lo_ipv6match() is for IPv6.
    Correct the function it calls from lib_lo_ipv4matchto() to lib_lo_ipv6match().
    Also add CONFIG_NET_IPv6 for configuration.

    Signed-off-by: Kejun ZHOU <zhoukejun@outlook.com>
2019-03-11 03:44:57 +00: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
lib_dnsquery.c libs/libc/netdb: Support multiple IP addresses per hostname 2018-11-23 07:09:47 -06:00
lib_freeaddrinfo.c
lib_gaistrerror.c
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 *Merged in zhoukejun/nuttx_nucleo-f767zi (pull request #838) 2019-03-11 03:44:57 +00:00
lib_gethostbyname.c
lib_gethostbynamer.c libs/libc/netdb: Support multiple IP addresses per hostname 2018-11-23 07:09:47 -06:00
lib_getservbyname.c
lib_getservbynamer.c
lib_netdb.c
lib_netdb.h
lib_parsehostfile.c Squashed commit of the following: 2019-02-27 08:41:08 -06:00
Make.defs