zephyr/samples/net
Robert Lubos 666e9f80d6 net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct
Replace unpacked in6_addr structures with raw buffers in net_ipv6_hdr
struct, to prevent compiler warnings about unaligned access.

Remove __packed parameter from `struct net_6lo_context` since the
structure isn't really serialized.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2021-11-25 10:46:35 -05:00
..
capture
civetweb
cloud samples: fix double promotion warnings 2021-11-24 17:14:25 -05:00
common
dhcpv4_client
dns_resolve
dsa
eth_native_posix
gptp
gsm_modem drivers: net: adding NET_DRIVERS menuconfig 2021-09-28 12:13:23 +02:00
ipv4_autoconf
lldp
lwm2m_client net: lwm2m: Add observe callback for observe and notification events 2021-11-25 10:45:36 -05:00
mdns_responder
mqtt_publisher kernel: mem_domain: init function to return error values 2021-11-22 12:45:22 -05:00
openthread/coprocessor samples: openthread: fix build fail for tlsr9518adk80d board 2021-09-03 09:58:52 -04:00
promiscuous_mode
sockets Kconfig: net: deprecate `NET_BUF_USER_DATA_LEN` 2021-11-24 16:04:50 +02:00
stats
syslog_net
telnet samples: net: telnet: Enable command handling by default 2021-11-11 19:23:20 -05:00
virtual
vlan
wifi
wpan_serial drivers: ieee802154: remove ieee802154_radio_handle_ack() stub 2021-09-21 18:28:25 -04:00
wpanusb usb: fix bulk endpoint configuration for high-speed capable device 2021-11-24 12:28:02 +01:00
zperf net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
net.rst