Searched refs:COAP_MESSAGE_ACK (Results 1 – 7 of 7) sorted by relevance
47 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()
197 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()
66 COAP_MESSAGE_ACK, /* 2 used to acknowledge confirmable messages */ enumerator
758 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()
100 COAP_MESSAGE_ACK Type acknowledge
141 COAP_MESSAGE_ACK Set the _PDU_ to be of type acknowledge (for internal use).
155 ? COAP_MESSAGE_ACK : COAP_MESSAGE_NON; in hnd_put_resource()