zephyr/net
Tomasz Bursztyka f7a9b07a84 net: l2 layer reserve size might need extra parameter
The dst_ip6 is a parameter, required for future 802.15.4 L2 layer.
At some point such parameter could be changed to a void pointer,
and a utility function would populate it depending on L2 layer,
if such parameter needs someday to be variable and complex (some
specific struct or else).

Also make sure we use ARG_UNUSED() relevantly, and using proper prefix
to functions.

Change-Id: I43297bb4fb48a8f1bb5075c216342db16261cbb8
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2016-12-02 12:40:17 +02:00
..
ip net: Refine Kconfig to put NET_BUF appart 2016-12-02 12:40:13 +02:00
yaip net: l2 layer reserve size might need extra parameter 2016-12-02 12:40:17 +02:00
buf.c net: buf: Add extra logic when debug is enabled 2016-11-28 14:57:44 +00:00
Kconfig net: Refine Kconfig to put NET_BUF appart 2016-12-02 12:40:13 +02:00
Makefile net: Compile new stack if enabled 2016-12-02 12:40:00 +02:00