Searched refs:COAP_MESSAGE_ACK (Results 1 – 5 of 5) sorted by relevance
48 CU_ASSERT(response->hdr->type == COAP_MESSAGE_ACK); in t_error_response1()111 CU_ASSERT(response->hdr->type == COAP_MESSAGE_ACK); in t_error_response3()150 CU_ASSERT(response->hdr->type == COAP_MESSAGE_ACK); in t_error_response4()191 CU_ASSERT(response->hdr->type == COAP_MESSAGE_ACK); in t_error_response5()232 CU_ASSERT(response->hdr->type == COAP_MESSAGE_ACK); in t_error_response6()274 CU_ASSERT(response->hdr->type == COAP_MESSAGE_ACK); in t_error_response7()315 CU_ASSERT(response->hdr->type == COAP_MESSAGE_ACK); in t_error_response8()
203 CU_ASSERT(pdu->hdr->type == COAP_MESSAGE_ACK); in t_parse_pdu11()313 pdu->hdr->type = COAP_MESSAGE_ACK; in t_encode_pdu4()364 pdu->hdr->type = COAP_MESSAGE_ACK; in t_encode_pdu5()478 pdu->hdr->type = COAP_MESSAGE_ACK; in t_encode_pdu9()560 pdu->hdr->type = COAP_MESSAGE_ACK; in t_encode_pdu10()
45 #define COAP_MESSAGE_ACK 2 /* used to acknowledge confirmable messages */ macro
542 response = coap_pdu_init(COAP_MESSAGE_ACK, 0, request->hdr->id, in coap_send_ack()1053 ? COAP_MESSAGE_ACK in coap_new_error_response()1159 ? COAP_MESSAGE_ACK in coap_wellknown_response()1417 ? COAP_MESSAGE_ACK in handle_request()1465 if ((response->hdr->type == COAP_MESSAGE_ACK) in handle_request()1555 case COAP_MESSAGE_ACK:
139 ? COAP_MESSAGE_ACK : COAP_MESSAGE_NON; in hnd_put_resource()