Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c92 memcpy(&internal_req->coap_request, req, sizeof(struct coap_client_request)); in coap_client_schedule_poll()
462 if (internal_req->coap_request.cb) { in report_callback_error()
464 internal_req->coap_request.cb(error_code, 0, NULL, 0, true, in report_callback_error()
465 internal_req->coap_request.user_data); in report_callback_error()
500 ret = coap_client_init_request(client, &internal_req->coap_request, in resend_request()
536 if (!client->requests[i].coap_request.confirmable) { in coap_client_resend_handler()
829 ret = coap_client_init_request(client, &internal_req->coap_request, in handle_response()
947 if (internal_req->coap_request.cb) { in handle_response()
949 internal_req->coap_request.cb(response_code, internal_req->offset, payload, in handle_response()
951 internal_req->coap_request.user_data); in handle_response()
[all …]
/Zephyr-latest/include/zephyr/net/
Dcoap_client.h98 struct coap_client_request coap_request; member