Lines Matching refs:reply
952 struct coap_reply *reply, in resource_reply_cb() argument
964 struct coap_reply *reply; in ZTEST() local
990 reply = coap_reply_next_unused(replies, NUM_REPLIES); in ZTEST()
991 zassert_not_null(reply, "No resources for waiting for replies"); in ZTEST()
993 coap_reply_init(reply, &req); in ZTEST()
994 reply->reply = resource_reply_cb; in ZTEST()
1013 reply = coap_response_received(&rsp, in ZTEST()
1016 zassert_not_null(reply, "Couldn't find a matching waiting reply"); in ZTEST()
1922 struct coap_reply *reply, in reply_cb() argument
1932 { .id = 100, .reply = reply_cb }, in ZTEST()
1933 { .id = 101, .token = { 1, 2, 3, 4 }, .tkl = 4, .reply = reply_cb }, in ZTEST()