zephyr/subsys/net/lib
Robert Lubos 399f213227 net: lwm2m: Cleanup special handling of DNS for offloading
With `CONFIG_NET_NATIVE`, offloaded drivers can specify capabilites with
`NET_IPV4/6` configs, so there is no longer need to handle socket
offloading separately.

Also, initialize hints structure with zeros, as according to man pages
unused fields should be set to 0:
`All the other fields in the structure pointed to by hints must contain
either 0 or a NULL pointer, as appropriate.`

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2019-10-15 23:31:08 +03:00
..
coap net: coap: Add internal init function to seed message_id 2019-10-04 21:22:55 +03:00
config net: Add CONFIG_NET_NATIVE option for selecting native IP 2019-09-10 12:45:38 +03:00
conn_mgr coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
dns net: llmnr_responder: Fix implicit declaration error 2019-10-04 10:24:56 +03:00
http net: http: client: Initial version 2019-10-04 16:38:34 +03:00
lwm2m net: lwm2m: Cleanup special handling of DNS for offloading 2019-10-15 23:31:08 +03:00
mqtt net: mqtt: Remove extra documentation from individual transports 2019-10-04 18:48:10 -07:00
openthread coccinelle: standardize kernel API timeout arguments 2019-10-03 11:55:44 -07:00
sntp net: lib: sntp_simple: Issue multiple requests with backoff 2019-09-13 10:40:45 +03:00
sockets net: tls: Set accepting socket to LISTENING state 2019-10-15 23:30:34 +03:00
socks net: socks: Make SOCKS5 implementation transparent 2019-08-05 13:26:11 +03:00
tls_credentials license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
utils include: net: socketutils: Allow to build for CONFIG_POSIX_API 2019-09-12 17:30:29 +03:00
websocket net: websocket: client: Simple API for Websocket client 2019-10-04 16:38:34 +03:00
CMakeLists.txt net: websocket: client: Simple API for Websocket client 2019-10-04 16:38:34 +03:00
Kconfig net: websocket: client: Simple API for Websocket client 2019-10-04 16:38:34 +03:00