zephyr/tests/net/socket
Jukka Rissanen 2ed2232f17 net: socket: mgmt: Create proper socket options for net_mgmt sockets
We cannot use the network management event number directly as
a socket option value because the management value is uint64_t
and that cannot be mapped directly to 32 bit integer.
So have an intermediate socket option that is mapped to actual
network management request number in getsockopt() and setsockopt().

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2025-06-18 10:54:44 +02:00
..
af_inet_raw
af_packet tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
can
getaddrinfo
getnameinfo
misc
net_mgmt net: socket: mgmt: Create proper socket options for net_mgmt sockets 2025-06-18 10:54:44 +02:00
offload_dispatcher
poll
register
reuseaddr_reuseport
select
service
socketpair
tcp
tls tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
tls_configurations tests: net: sockets: tls_configurations: Use fixture for openssl 2025-05-15 14:10:05 +02:00
tls_ext tests: net: socket: tls_ext: Add test case for cert veirfy cb option 2025-05-22 13:44:43 +02:00
udp tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
websocket
socket_helpers.h