Lines Matching refs:req2
668 struct coap_client_request req2 = short_request; in ZTEST() local
671 req2.user_data = &sem2; in ZTEST()
676 zassert_ok(coap_client_req(&client, 0, &dst_address, &req2, NULL)); in ZTEST()
708 struct coap_client_request req2 = long_request; in ZTEST() local
711 req2.user_data = &sem2; in ZTEST()
714 zassert_ok(coap_client_req(&client2, client2.fd, &dst_address, &req2, NULL)); in ZTEST()
751 struct coap_client_request req2 = short_request; in ZTEST() local
754 req2.user_data = &sem2; in ZTEST()
759 zassert_ok(coap_client_req(&client2, client2.fd, &dst_address, &req2, NULL)); in ZTEST()
832 struct coap_client_request req2 = short_request; in ZTEST() local
835 req2.user_data = &sem2; in ZTEST()
840 zassert_ok(coap_client_req(&client, 0, &dst_address, &req2, NULL)); in ZTEST()
859 struct coap_client_request req2 = short_request; in ZTEST() local
862 req2.user_data = &sem2; in ZTEST()
863 req2.path = "another"; in ZTEST()
868 zassert_ok(coap_client_req(&client, 0, &dst_address, &req2, NULL)); in ZTEST()
898 zassert_ok(coap_client_req(&client, 0, &dst_address, &req2, NULL)); in ZTEST()