zephyr/tests/net/socket
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
..
af_packet tests: net: socket: Check length for AF_PACKET SOCK_DGRAM socket 2025-03-12 02:29:02 +01:00
af_packet_ipproto_raw boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
can
getaddrinfo boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
getnameinfo boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
misc
net_mgmt
offload_dispatcher
poll boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
register
reuseaddr_reuseport
select
service boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
socketpair boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
tcp tests: net: socket: Fix -Wsometimes-uninitialized warning 2025-02-07 02:23:24 +01:00
tls net: tcp: fix ECONNREFUSED not reported by zsock_connect 2025-03-07 19:48:10 +01:00
tls_configurations drivers/ethernet/eth_native_posix: Rename to eth_native_tap 2025-03-07 20:10:38 +01:00
tls_ext tests: net: tls_ext: Fix scheduling race 2025-02-04 11:55:17 +01:00
udp net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
websocket
socket_helpers.h