zephyr/subsys/net/lib/sockets
Paul Sokolovsky 58cc75327b net: getaddrinfo: Make availability depend on CONFIG_DNS_RESOLVER
CONFIG_DNS_RESOLVER is the master switch for DNS resolution support,
for both native and socket APIs. Avoid confusing link errors by
compiling out both dns_resolve_name() and getaddrinfo() if that
option is not enabled.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-07-23 10:04:39 -07:00
..
CMakeLists.txt
getaddrinfo.c net: getaddrinfo: Make availability depend on CONFIG_DNS_RESOLVER 2018-07-23 10:04:39 -07:00
Kconfig net: tls: Add TLS context allocation/deallocation 2018-07-13 15:03:45 -04:00
sockets_tls.c net: tls: Implement poll with support for mbedTLS pending data 2018-07-13 15:03:45 -04:00
sockets.c net: sockets: Make poll() call threadsafe by avoiding global array 2018-07-17 13:02:16 +03:00