Home
last modified time | relevance | path

Searched refs:test_socket_ctx (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/net/socket/offload_dispatcher/src/
Dmain.c42 } test_socket_ctx[OFFLOAD_COUNT]; variable
280 zvfs_finalize_typed_fd(fd, &test_socket_ctx[OFFLOAD_1], in offload_1_socket()
284 test_socket_ctx[OFFLOAD_1].socket_called = true; in offload_1_socket()
342 zvfs_finalize_typed_fd(fd, &test_socket_ctx[OFFLOAD_2], in offload_2_socket()
346 test_socket_ctx[OFFLOAD_2].socket_called = true; in offload_2_socket()
413 memset(test_socket_ctx, 0, sizeof(test_socket_ctx)); in test_result_reset()
425 zassert_false(test_socket_ctx[OFFLOAD_1].socket_called, in test_socket_setup_udp()
436 zassert_false(test_socket_ctx[OFFLOAD_1].socket_called, in test_socket_setup_tls()
461 zassert_false(test_socket_ctx[OFFLOAD_1].socket_called, in ZTEST()
463 zassert_false(test_socket_ctx[OFFLOAD_1].close_called, in ZTEST()
[all …]