Searched refs:ctx2 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/net/lib/lwm2m/block_transfer/src/ |
D | main.c | 384 struct coap_block_context *ctx0, *ctx1, *ctx2, *ctx3, *ctx4; in ZTEST_F() local 398 ret = request_output_block_ctx(&ctx2); in ZTEST_F() 400 zassert_not_null(ctx2); in ZTEST_F() 408 release_output_block_ctx(&ctx2); in ZTEST_F() 409 zassert_is_null(ctx2); in ZTEST_F() 421 release_output_block_ctx(&ctx2); in ZTEST_F() 422 zassert_is_null(ctx2); in ZTEST_F()
|
/Zephyr-latest/tests/net/icmpv6/src/ |
D | main.c | 180 struct net_icmp_ctx ctx2; in ZTEST() local 190 ret = net_icmp_init_ctx(&ctx2, NET_ICMPV6_ECHO_REQUEST, in ZTEST() 231 ret = net_icmp_cleanup_ctx(&ctx2); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_api/src/ |
D | main.c | 339 struct proc_ctx *ctx1, *ctx2; in ZTEST() local 347 ctx2 = llcp_create_local_procedure(PROC_CIS_CREATE); in ZTEST() 348 llcp_lr_enqueue(&conn, ctx2); in ZTEST() 351 zassert_equal(llcp_lr_peek_proc(&conn, PROC_CIS_CREATE), ctx2, "CTX is not correct"); in ZTEST() 358 struct proc_ctx *ctx2; in ZTEST() local 377 ctx2 = llcp_proc_ctx_acquire(); in ZTEST() 380 zassert_is_null(ctx2, NULL); in ZTEST()
|
/Zephyr-latest/tests/net/6lo/src/ |
D | main.c | 123 static struct net_icmpv6_nd_opt_6co ctx2 = { variable 1166 &ctx2); in ZTEST()
|