Go to file
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
.known-issues
arch arc: move disabling/invalidation of caches earlier 2016-11-30 23:47:46 +00:00
boards [REVERTME]boards: omit frame pointer for ARC boards 2016-12-02 00:14:25 +00:00
doc doc: power_mgmt: Update PM doc with latest changes 2016-11-30 23:54:42 +00:00
drivers slip: Do not send ethernet header if MTU is large enough 2016-12-02 12:40:15 +02:00
ext
include net: l2 layer reserve size might need extra parameter 2016-12-02 12:40:17 +02:00
kernel kernel: fix race condition when spawning a thread with a delay 2016-11-30 23:48:06 +00:00
lib
misc build: x86: add some flexibility in custom linker scripts 2016-11-30 22:47:02 +00:00
net net: l2 layer reserve size might need extra parameter 2016-12-02 12:40:17 +02:00
samples net: apps: Fix echo-server to use the new user API 2016-12-02 12:40:16 +02:00
scripts sanitycheck: Recognize native IP stack specific sections 2016-12-02 12:40:13 +02:00
subsys usb :mass_storage: correct the license details 2016-12-02 02:11:34 +00:00
tests net: Change srctree to ZEPHYR_BASE in Makefiles 2016-12-02 12:40:17 +02:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
LICENSING.rst
MAINTAINERS MAINTAINERS: fix email address 2016-12-01 19:07:49 -05:00
Makefile build: x86: add some flexibility in custom linker scripts 2016-11-30 22:47:02 +00:00
Makefile.inc
zephyr-env.sh