Home
last modified time | relevance | path

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

/third_party/libcoap/tests/
Dtest_error_response.c47 CU_ASSERT(response->type == COAP_MESSAGE_ACK); in t_error_response1()
110 CU_ASSERT(response->type == COAP_MESSAGE_ACK); in t_error_response3()
149 CU_ASSERT(response->type == COAP_MESSAGE_ACK); in t_error_response4()
190 CU_ASSERT(response->type == COAP_MESSAGE_ACK); in t_error_response5()
231 CU_ASSERT(response->type == COAP_MESSAGE_ACK); in t_error_response6()
273 CU_ASSERT(response->type == COAP_MESSAGE_ACK); in t_error_response7()
314 CU_ASSERT(response->type == COAP_MESSAGE_ACK); in t_error_response8()
Dtest_pdu.c197 CU_ASSERT(pdu->type == COAP_MESSAGE_ACK); in t_parse_pdu11()
392 pdu->type = COAP_MESSAGE_ACK; in t_encode_pdu4()
443 pdu->type = COAP_MESSAGE_ACK; in t_encode_pdu5()
558 pdu->type = COAP_MESSAGE_ACK; in t_encode_pdu9()
640 pdu->type = COAP_MESSAGE_ACK; in t_encode_pdu10()
1006 pdu->type = COAP_MESSAGE_ACK; in t_encode_pdu18()
/third_party/libcoap/include/coap3/
Dpdu.h66 COAP_MESSAGE_ACK, /* 2 used to acknowledge confirmable messages */ enumerator
/third_party/libcoap/src/
Dnet.c758 response = coap_pdu_init(COAP_MESSAGE_ACK, 0, request->mid, 0); in coap_send_ack()
2089 ? COAP_MESSAGE_ACK in coap_new_error_response()
2201 ? COAP_MESSAGE_ACK in coap_wellknown_response()
2432 if (response->type == COAP_MESSAGE_ACK && in no_response()
2746 ? COAP_MESSAGE_ACK in handle_request()
2840 if ((response->type == COAP_MESSAGE_ACK) in handle_request()
3003 case COAP_MESSAGE_ACK: in coap_dispatch()
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in100 COAP_MESSAGE_ACK Type acknowledge
Dcoap_pdu_setup.txt.in141 COAP_MESSAGE_ACK Set the _PDU_ to be of type acknowledge (for internal use).
/third_party/libcoap/examples/
Dcoap-rd.c155 ? COAP_MESSAGE_ACK : COAP_MESSAGE_NON; in hnd_put_resource()