nuttx/libc/netdb
Masayuki Ishikawa d393f43caa Merged in masayuki2009/nuttx.nuttx/network_test (pull request #617)
Fix some bugs in networking

* netdb: Fix boundary conditions in dns_recv_response()

    Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>

* Fix typos in include/nuttx/net/dns.h

    Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2018-03-27 01:31:06 +00:00
..
Kconfig
lib_dns.h
lib_dnsaddserver.c Squashed commit of the following: 2018-01-30 17:57:36 -06:00
lib_dnsbind.c
lib_dnscache.c
lib_dnsforeach.c Squashed commit of the following: 2018-01-30 17:57:36 -06:00
lib_dnsinit.c Merged in hardlulz/modem-3.0-nuttx/fix-sem-EINTR (pull request #603) 2018-02-20 18:24:53 +00:00
lib_dnsquery.c Merged in masayuki2009/nuttx.nuttx/network_test (pull request #617) 2018-03-27 01:31:06 +00:00
lib_gethostbyaddr.c
lib_gethostbyaddrr.c Squashed commit of the following: 2018-01-30 17:57:36 -06:00
lib_gethostbyname.c
lib_gethostbynamer.c Make sure that labeling is used consistently in all function headers (part 2). 2018-02-01 12:03:55 -06:00
lib_netdb.c
lib_netdb.h
lib_parsehostfile.c
Make.defs