zephyr/subsys
Bogdan Davidoaia 290e1d8451 net: use UNALIGNED_GET/PUT to access IP address
Use UNALIGNED_GET and UNALIGNED_PUT throughout the networking stack to
access fields from the IP address structure. These structures can be
mapped directly to buffers and the macros are required for correct
unaligned memory access.

Jira: ZEP-2012

Change-Id: I55f9da7b143a22fa869d5d215c661de988cd9b91
Signed-off-by: Bogdan Davidoaia <bogdan.davidoaia@linaro.org>
2017-04-13 15:21:46 +03:00
..
bluetooth Bluetooth: GATT: Fix wrong check for empty database 2017-04-10 17:45:46 +00:00
console Revert "subsys/console: Yield on char availability." 2017-04-06 14:56:23 +03:00
debug debug: rename variable CONFIG_GDB_RAM_SIZE 2017-04-11 03:14:24 +00:00
disk
fs
logging subsys/logging: sys_event_logger_get: Fix k_sem_take() success check. 2017-04-06 21:14:22 +00:00
net net: use UNALIGNED_GET/PUT to access IP address 2017-04-13 15:21:46 +03:00
shell
usb
Kconfig
Makefile