zephyr/subsys/net/lib
Paul Sokolovsky d965598ee2 net: dns: Allow to initialize DNS servers from struct sockaddr[]
In some cases, we need to initialize DNS servers from a binary
addresses, e.g. in case of DHCP processing. With existing API,
such addresses would need to be converted to strings, just to
be converted back to struct sockaddr in dns_resolve_init().
This is not efficient, and with a number of addresses quite
cumbersome. So instead, allow to pass DNS server either as
strings, or as struct sockaddr's (or both).

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-01-18 17:30:40 +02:00
..
app net/lib: 15.4 interface is set UP after channel is configured 2018-01-15 15:15:38 +02:00
coap crypto: config: config-coap: add CONFIG for setting max content length 2017-12-15 17:52:13 -05:00
dns net: dns: Allow to initialize DNS servers from struct sockaddr[] 2018-01-18 17:30:40 +02:00
http kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
lwm2m net: lwm2m: update observe_node when attributes are written or cleared 2018-01-12 20:57:34 -05:00
mqtt kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
sntp kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
sockets kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
CMakeLists.txt net: remove zoap library 2018-01-02 09:41:24 -05:00
Kconfig net: remove zoap library 2018-01-02 09:41:24 -05:00