Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c790 uint16_t response_id = coap_header_get_id(response); in handle_response() local
794 internal_req = get_request_with_mid(client, response_id); in handle_response()
807 internal_req = get_request_with_mid(client, response_id); in handle_response()
884 if (response_id == internal_req->last_response_id) { in handle_response()
889 internal_req->last_response_id = response_id; in handle_response()