zephyr/tests/subsys/modem
Jukka Rissanen ac3cb9dac0 net: Change the net_linkaddr struct to not use pointers
Previously the net_linkaddr struct had pointers to the link address.
This is error prone and difficult to handle if cloning the packet as
those pointers can point to wrong place. Mitigate this issue by
allocating the space for link address in net_linkaddr struct. This will
increase the size of the net_pkt by 4 octets for IEEE 802.15.4 where the
link address length is 8, but there no increase in size if link address
is 6 bytes like in Ethernet/Wi-Fi.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2025-03-17 16:25:22 +01:00
..
backends tests/subsys/modem: Don't test on native_posix 2024-09-25 04:04:36 -04:00
mock
modem_chat tests/subsys/modem: Don't test on native_posix 2024-09-25 04:04:36 -04:00
modem_cmux modem: cmux: added validation of cmux frame length 2024-11-07 08:31:48 -06:00
modem_cmux_pair
modem_pipe
modem_pipelink
modem_ppp net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00