zephyr/subsys/net
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
..
ip net: use UNALIGNED_GET/PUT to access IP address 2017-04-13 15:21:46 +03:00
lib net: dns: Remove dns_client API and sample application 2017-04-13 15:21:45 +03:00
Kconfig net: buf: Add CONFIG_NET_BUF_WARN_ALLOC_INTERVAL 2017-04-07 13:33:55 +03:00
Makefile net: Restructure network protocols 2017-01-02 10:03:19 +01:00
TODO net: todo: Mark multicast join/leave support done 2017-03-09 20:33:48 +02:00
buf.c net: buf: Print pool name if available 2017-04-13 15:21:42 +03:00