Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c460 static void report_callback_error(struct coap_client_internal_request *internal_req, int error_code) in report_callback_error() function
543 report_callback_error(&client->requests[i], ret); in coap_client_resend_handler()
799 report_callback_error(internal_req, -ECONNRESET); in handle_response()
995 report_callback_error(internal_req, ret); in handle_response()
1015 report_callback_error(&client->requests[i], error); in cancel_requests_with()
1063 report_callback_error(&client->requests[i], -ECANCELED); in coap_client_cancel_request()