zephyr/subsys/net/lib/sntp
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
..
CMakeLists.txt
Kconfig net: Make Kconfig template variables prettier 2018-10-05 09:01:37 -04:00
sntp.c net: pkt: net_frag_linearize: Make consistent with net_buf_linearize 2019-01-08 11:06:56 +02:00
sntp_pkt.h