zephyr/subsys/net/lib/dns
Jukka Rissanen 43aa12fe25 net: dns: Do not resolve IPv6 address if IPv6 is disabled
If IPv6 is disabled, then it is useless to try to resolve
IPv6 address because "struct sockaddr" does not have enough
space to store IPv6 address.

Fixes #1487

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-09-20 08:55:06 +03:00
..
dns_pack.c net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
dns_pack.h net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
Kconfig net: Enable logging in more modules if CONFIG_NET_LOG_GLOBAL defined 2017-09-18 08:19:27 -04:00
Makefile net: dns: Remove dns_client API and sample application 2017-04-13 15:21:45 +03:00
resolve.c net: dns: Do not resolve IPv6 address if IPv6 is disabled 2017-09-20 08:55:06 +03:00