zephyr/subsys/net/lib/app
Paul Sokolovsky 3329eb2c4e net: pkt: net_frag_linearize: Make consistent with net_buf_linearize
net_frag_linearize() is just a wrapper for net_buf_linearize(). As
the latter was refactored to never return error, and instead just
return actual copied length, update the former and its usages too.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2019-01-08 11:06:56 +02:00
..
client.c net: Clarify logging in networking code 2018-12-07 12:00:04 +02:00
CMakeLists.txt net: lib: app: Convert CMakeLists.txt to avoid library 2018-06-20 17:10:39 +03:00
Kconfig net: Make Kconfig template variables prettier 2018-10-05 09:01:37 -04:00
net_app_private.h net: Clarify logging in networking code 2018-12-07 12:00:04 +02:00
net_app.c net: pkt: net_frag_linearize: Make consistent with net_buf_linearize 2019-01-08 11:06:56 +02:00
server.c net: Clarify logging in networking code 2018-12-07 12:00:04 +02:00