zephyr/subsys/net
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
..
ip net: if: Fix interface initialization with socket offloading 2019-10-15 11:06:40 +03:00
l2 net: ppp: Answer LCP Echo-Request with Echo-Reply 2019-10-11 20:47:53 +03:00
lib net: lwm2m: Cleanup special handling of DNS for offloading 2019-10-15 23:31:08 +03:00
CMakeLists.txt
Kconfig
Kconfig.hostname
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net
buf.c net: buf: Add net_buf_simple_clone 2019-10-04 20:56:25 +03:00
hostname.c