Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/icmp/src/
Dmain.c72 static struct test_icmp_context offload_ctx; variable
422 NET_DEVICE_OFFLOAD_INIT(test_offload, "test_offload", NULL, NULL, &offload_ctx, NULL,
563 params.data = offload_ctx.test_data; in ZTEST()
564 params.data_size = sizeof(offload_ctx.test_data); in ZTEST()
569 &offload_ctx); in ZTEST()
572 k_sem_take(&offload_ctx.tx_sem, SEM_WAIT_TIME); in ZTEST()
574 zassert_true(offload_ctx.req_received, "Did not receive Echo-Request"); in ZTEST()
579 offload_ctx.req_received = false; in ZTEST()
602 params.data = offload_ctx.test_data; in ZTEST()
603 params.data_size = sizeof(offload_ctx.test_data); in ZTEST()
[all …]