Searched refs:COAP_MESSAGE_NON (Results 1 – 12 of 12) sorted by relevance
52 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()
66 pdu->hdr->type = COAP_MESSAGE_NON; in t_error_response2()78 CU_ASSERT(response->hdr->type == COAP_MESSAGE_NON); in t_error_response2()
221 pdu->hdr->type = COAP_MESSAGE_NON; in t_wellknown6()
35 pdu->hdr->type = COAP_MESSAGE_NON; in make_pdu()
343 received->hdr->type == COAP_MESSAGE_NON)) in message_handler()1071 msgtype = COAP_MESSAGE_NON; in main()
261 : COAP_MESSAGE_NON, in check_async()
468 : COAP_MESSAGE_NON, in check_async()
139 ? COAP_MESSAGE_ACK : COAP_MESSAGE_NON; in hnd_put_resource()
44 #define COAP_MESSAGE_NON 1 /* non-confirmable message (one-shot message) */ macro
1054 : 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 */
652 response->hdr->type = COAP_MESSAGE_NON;
245 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()