zephyr/include/net
Tomasz Bursztyka 0e0509b67f net: Let's use inline function for type checking for net_buf
Using macros does not let the compiler verifying about the type we are
providing, which usually give an error easier to understand.
Also, this will let the compiler deciding how to actually optimize
(inline or not) the code.

Change-Id: I17fb1f5a1c1854461fad101bbb40c9be33844c8b
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2016-06-22 16:43:29 +00:00
..
buf.h net: Let's use inline function for type checking for net_buf 2016-06-22 16:43:29 +00:00
ip_buf.h net: 6lowpan: Fix 6lowpan fragmentation 2016-05-19 14:18:38 +00:00
l2_buf.h net: 6lowpan: Fix 6lowpan fragmentation 2016-05-19 14:18:38 +00:00
net_core.h net: Add functions to return connection status needed in TCP 2016-05-17 09:57:28 +03:00
net_ip.h net: Enable TCP support 2016-04-25 09:40:32 +03:00
net_socket.h net: User must provide storage for local IP address 2016-03-14 11:05:52 +00:00
tinydtls.h checkpatch: error - trailing_whitespace 2016-02-05 20:24:33 -05:00