Searched refs:COAP_MESSAGE_NON (Results 1 – 17 of 17) sorted by relevance
66 pdu->type = COAP_MESSAGE_NON; in t_error_response2()77 CU_ASSERT(response->type == COAP_MESSAGE_NON); in t_error_response2()
50 CU_ASSERT(pdu->type == COAP_MESSAGE_NON); in t_parse_pdu2()97 CU_ASSERT(pdu->type == COAP_MESSAGE_NON); in t_parse_pdu5()132 CU_ASSERT(pdu->type == COAP_MESSAGE_NON); in t_parse_pdu7()157 CU_ASSERT(pdu->type == COAP_MESSAGE_NON); in t_parse_pdu8()493 pdu->type = COAP_MESSAGE_NON; in t_encode_pdu6()
638 if (COAP_PROTO_RELIABLE(session->proto) && pdu->type == COAP_MESSAGE_NON) in coap_add_data_large_internal()1326 if (COAP_PROTO_RELIABLE(session->proto) || p->last_type != COAP_MESSAGE_NON) in coap_block_check_lg_crcv_timeouts()1381 pdu = coap_pdu_init(COAP_MESSAGE_NON, in pdu_408_build()1516 if (COAP_PROTO_RELIABLE(session->proto) || p->last_type != COAP_MESSAGE_NON) in coap_block_check_lg_srcv_timeouts()1670 ((pdu->type == COAP_MESSAGE_NON && in coap_send_q_blocks()1713 if (block.m && ((block_pdu->type == COAP_MESSAGE_NON && in coap_send_q_blocks()2430 if (pdu->type == COAP_MESSAGE_NON) in coap_handle_request_send_block()2431 out_pdu->type = COAP_MESSAGE_NON; in coap_handle_request_send_block()2792 pdu->type != COAP_MESSAGE_NON) in coap_handle_request_put_block()3151 pdu->type == COAP_MESSAGE_NON) { in coap_handle_response_send_block()[all …]
1108 if (COAP_PROTO_RELIABLE(session->proto) && pdu->type == COAP_MESSAGE_NON) in coap_send()1272 if (pdu->type == COAP_MESSAGE_NON && pdu->code == COAP_REQUEST_CODE_FETCH && in coap_send()1303 ((pdu->type == COAP_MESSAGE_NON || COAP_PROTO_RELIABLE(session->proto)) && in coap_send()2399 COAP_MESSAGE_ACK : COAP_MESSAGE_NON; in coap_new_error_response()2722 (response->type == COAP_MESSAGE_NON || in no_response()2734 if (request->type == COAP_MESSAGE_NON && in no_response()2790 if (COAP_PROTO_RELIABLE(session->proto) || pdu->type != COAP_MESSAGE_NON) { in handle_request()3051 COAP_MESSAGE_ACK : COAP_MESSAGE_NON, in handle_request()3309 } else if (pdu->type == COAP_MESSAGE_NON) { in handle_request()3549 if (pdu->type == COAP_MESSAGE_NON) { in coap_dispatch()[all …]
314 osc_pdu = coap_pdu_init(pdu->type == COAP_MESSAGE_NON && in coap_oscore_new_pdu_encrypted()722 err_pdu = coap_pdu_init(rcvd->type == COAP_MESSAGE_NON ? COAP_MESSAGE_NON : in build_and_send_error_pdu()
1060 response->type = COAP_MESSAGE_NON;1118 response->type = COAP_MESSAGE_NON;
606 if (coap_cancel_observe(session, lg_crcv->app_token, COAP_MESSAGE_NON)) { in coap_session_mfree()
61 if (!(pdu = coap_pdu_init(COAP_MESSAGE_NON, COAP_REQUEST_CODE_POST, in make_pdu()
404 rcv_type == COAP_MESSAGE_NON)) { in message_handler()1669 msgtype = COAP_MESSAGE_NON; in main()
175 ? COAP_MESSAGE_ACK : COAP_MESSAGE_NON; in hnd_put_resource()
70 COAP_MESSAGE_NON, /* 1 non-confirmable message (one-shot message) */ enumerator
137 pdu_type = COAP_MESSAGE_NON; in client_coap_init()
252 request->type = COAP_MESSAGE_NON;254 coap_pdu_set_type(request, COAP_MESSAGE_NON);
361 rcv_type == COAP_MESSAGE_NON)) {
106 COAP_MESSAGE_NON Type non-confirmable.
138 _message_type_ (use COAP_MESSAGE_NON or COAP_MESSAGE_CON).
148 COAP_MESSAGE_NON Set the _PDU_ to be of type non-confirmable.