zephyr/subsys/net/lib
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
..
app net: app: Init static IPv6 address properly 2017-09-12 16:58:24 +03:00
dns net: dns: Do not resolve IPv6 address if IPv6 is disabled 2017-09-20 08:55:06 +03:00
http net: Remove check for k_delayed_work_cancel 2017-08-25 15:34:40 -04:00
lwm2m net: lwm2m: save lwm2m_ctx instead of net_app_ctx in observer 2017-09-18 10:26:41 +03:00
mqtt net/mqtt: Enable TLS support 2017-07-28 11:25:43 +03:00
sockets net: sockets: Implement getaddrinfo() 2017-09-19 17:39:44 +03:00
zoap net: struct sockaddr should have field "sa_family" 2017-08-18 16:34:51 -04:00
Kbuild net: lwm2m: initial library support for LWM2M 2017-08-09 10:55:53 +03:00
Kconfig net: sockets: Move under "Network Application Support" heading 2017-08-15 09:20:27 -04:00
Makefile net: lwm2m: initial library support for LWM2M 2017-08-09 10:55:53 +03:00