commit | 290e1d8451adc1d3095fab1729d392341eaf21a5 | [log] [tgz] |
---|---|---|
author | Bogdan Davidoaia <bogdan.davidoaia@linaro.org> | Mon Apr 10 17:13:35 2017 +0300 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Thu Apr 13 15:21:46 2017 +0300 |
tree | e17c63a070680ebbf315b6eec99e56e63d24d0c9 | |
parent | 01a9e4001dc4a704c0833d1e0ee719c4fbdccaf2 [diff] |
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>