zephyr/subsys/net/lib
Andrei Emeltchenko a4fe0edfdc net: dns: Return error code
Return ret error code instead of always returning zero causing
warnings:

...
subsys/net/lib/dns/resolve.c:975:6: warning: variable 'ret' set but
not used [-Wunused-but-set-variable]
        int ret = 0;
            ^
...

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2022-06-13 12:11:54 +02:00
..
capture subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
coap subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
config subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
conn_mgr subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
dns net: dns: Return error code 2022-06-13 12:11:54 +02:00
http subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
lwm2m net: lwm2m: Fix NULL pointer dereference 2022-06-10 09:47:05 +02:00
mqtt subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
openthread net: openthread: fix wrong configuration 2022-06-05 14:42:33 +02:00
sntp subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
sockets net: tcp: Implement Nagle's algorithm 2022-06-09 11:32:50 +02:00
socks subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
tftp subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
tls_credentials subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
utils subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
websocket net: websocket: Allow building with POSIX API 2022-06-05 14:48:52 +02:00
CMakeLists.txt
Kconfig