Home
last modified time | relevance | path

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

/net-tools-3.6.0/libcoap/tests/
Dtest_error_response.c48 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()
Dtest_pdu.c203 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()
/net-tools-3.6.0/libcoap/include/coap/
Dpdu.h45 #define COAP_MESSAGE_ACK 2 /* used to acknowledge confirmable messages */ macro
/net-tools-3.6.0/libcoap/src/
Dnet.c542 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:
/net-tools-3.6.0/libcoap/examples/
Dcoap-rd.c139 ? COAP_MESSAGE_ACK : COAP_MESSAGE_NON; in hnd_put_resource()