zephyr/subsys/net
Johan Hedberg 54ca1c118b net: buf: Convert net_buf to use k_timeout_t where appropriate
This patch updates the net_buf API to use k_timeout_t in essentially
all places where "s32_t timeout" was previously used. For the most
part the conversion is trivial, except for the places where
intermediate decrements of remaining timeout is needed. For this the
z_timeout_end_calc() API is used.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2020-04-03 23:17:53 +03:00
..
ip net: tcp2: tp: Simplify pkt creation in test protocol 2020-04-03 17:12:21 +03:00
l2 net: ieee802154: Avoid ACK processing when not needed 2020-04-03 14:07:41 +03:00
lib net: openthread: Add support for HW CSMA CA 2020-04-03 14:07:41 +03:00
CMakeLists.txt
Kconfig kernel/timeout: Make timeout arguments an opaque type 2020-03-31 19:40:47 -04: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: Convert net_buf to use k_timeout_t where appropriate 2020-04-03 23:17:53 +03:00
hostname.c