commit | 064200b42015016590d0e63cc574817a8301fb3b | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Mon Oct 04 14:40:22 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Nov 25 10:46:35 2021 -0500 |
tree | bf75a3fb276d463918faccff75f7a76b9a113219 | |
parent | bbdeef4ac4bd41507a4072039b5509f01a3b4a12 [diff] |
net: ipv4: Remove in_addr from packed net_ipv4_hdr struct Replace unpacked in_addr structures with raw buffers in net_ipv4_hdr struct, to prevent compiler warnings about unaligned access. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>