Home
last modified time | relevance | path

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

/net-tools-3.7.0/libcoap/tests/
Dtest_pdu.c52 CU_ASSERT(pdu->hdr->type == COAP_MESSAGE_NON); in t_parse_pdu2()
98 CU_ASSERT(pdu->hdr->type == COAP_MESSAGE_NON); in t_parse_pdu5()
134 CU_ASSERT(pdu->hdr->type == COAP_MESSAGE_NON); in t_parse_pdu7()
160 CU_ASSERT(pdu->hdr->type == COAP_MESSAGE_NON); in t_parse_pdu8()
402 pdu->hdr->type = COAP_MESSAGE_NON; in t_encode_pdu6()
Dtest_error_response.c66 pdu->hdr->type = COAP_MESSAGE_NON; in t_error_response2()
78 CU_ASSERT(response->hdr->type == COAP_MESSAGE_NON); in t_error_response2()
Dtest_wellknown.c221 pdu->hdr->type = COAP_MESSAGE_NON; in t_wellknown6()
/net-tools-3.7.0/libcoap/examples/
Dtiny.c35 pdu->hdr->type = COAP_MESSAGE_NON; in make_pdu()
Dclient.c343 received->hdr->type == COAP_MESSAGE_NON)) in message_handler()
1071 msgtype = COAP_MESSAGE_NON; in main()
Dcoap-server.c261 : COAP_MESSAGE_NON, in check_async()
Detsi_iot_01.c468 : COAP_MESSAGE_NON, in check_async()
Dcoap-rd.c139 ? COAP_MESSAGE_ACK : COAP_MESSAGE_NON; in hnd_put_resource()
/net-tools-3.7.0/libcoap/include/coap/
Dpdu.h44 #define COAP_MESSAGE_NON 1 /* non-confirmable message (one-shot message) */ macro
/net-tools-3.7.0/libcoap/src/
Dnet.c1054 : COAP_MESSAGE_NON; in coap_new_error_response()
1160 : COAP_MESSAGE_NON, in coap_wellknown_response()
1418 : COAP_MESSAGE_NON, in handle_request()
1472 if (response->hdr->type != COAP_MESSAGE_NON || in handle_request()
1590 case COAP_MESSAGE_NON : /* check for unknown critical options */
Dresource.c652 response->hdr->type = COAP_MESSAGE_NON;
/net-tools-3.7.0/
Dcoap-client.c245 COAP_MESSAGE_NON)
247 COAP_MESSAGE_NON)
249 p, sizeof(p), c, COAP_MESSAGE_NON)
251 COAP_MESSAGE_NON)
1107 received->hdr->type == COAP_MESSAGE_NON)) in is_our_own()