zephyr/subsys/net
Oleg Zhurakivskyy 63ae98f29c net: tcp2: Drop snprintf() and use snprintk()
Drop snprintf() and use snprintk() as snprintk()
is more suitable for the networking code.

Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
2020-01-08 14:10:21 +02:00
..
ip net: tcp2: Drop snprintf() and use snprintk() 2020-01-08 14:10:21 +02:00
l2 net: ppp: fsm: fix sending Protocol-Reject 2020-01-07 20:01:31 +02:00
lib net: socket: poll() with POLLOUT can return immediately 2020-01-03 11:26:46 -08:00
CMakeLists.txt
Kconfig net: buf: Fix NET_BUF_USER_DATA_SIZE value for Bluetooth 2019-11-28 13:35:11 +02:00
Kconfig.hostname kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.template.log_config.default.net kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.template.log_config.net kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
buf.c net: buf: Add an assert in net_buf_alloc_len() 2020-01-08 14:10:21 +02:00
hostname.c