zephyr/tests/net/socket/misc
Robert Lubos 9d3306b22f tests: net: socket: misc: Fix optlen type
The optlen parameter passed to getsockopt() should be of (socklen_t *)
type. Using int produced build errors on 64 bit platforms.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2023-10-26 12:34:12 -05:00
..
src tests: net: socket: misc: Fix optlen type 2023-10-26 12:34:12 -05:00
CMakeLists.txt tests: net: socket: Add tests for IPV6_V6ONLY option 2023-10-23 09:57:22 -05:00
prj.conf tests: net: socket: misc: Increase stack size 2023-10-26 12:34:12 -05:00
testcase.yaml tests: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC 2023-10-25 08:32:06 +02:00