commit | bbdeef4ac4bd41507a4072039b5509f01a3b4a12 | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Mon Oct 04 12:56:46 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Nov 25 10:46:35 2021 -0500 |
tree | aa889a5e8129b99c7f45eca29541145b666d5ae9 | |
parent | 0da228c57cab11fe36a8101f24c39a0120a6f226 [diff] |
net: arp: Remove in_addr/in6_addr from packed net_arp_hdr struct Replace unpacked in_addr/in6_addr structures with raw buffers in net_arp_hdr struct, to prevent compiler warnings about unaligned access. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>