Searched refs:COAP_PROTO_RELIABLE (Results 1 – 6 of 6) sorted by relevance
825 assert(COAP_PROTO_RELIABLE(session->proto)); in coap_session_send_csm()1079 if (COAP_PROTO_RELIABLE(session->proto)) { in coap_session_disconnected()1344 } else if (COAP_PROTO_RELIABLE(proto)) { in coap_session_create_client()1387 if (COAP_PROTO_RELIABLE(session->proto)) { in coap_session_check_connect()1410 if (COAP_PROTO_RELIABLE(session->proto)) in coap_session_establish()1905 } else if (COAP_PROTO_RELIABLE(proto)) { in coap_new_endpoint()
1108 if (COAP_PROTO_RELIABLE(session->proto) && pdu->type == COAP_MESSAGE_NON) in coap_send()1303 ((pdu->type == COAP_MESSAGE_NON || COAP_PROTO_RELIABLE(session->proto)) && in coap_send()1523 if (COAP_PROTO_RELIABLE(session->proto) && in coap_send_internal()1580 if (COAP_PROTO_RELIABLE(session->proto) && in coap_send_internal()1593 || COAP_PROTO_RELIABLE(session->proto)) { in coap_send_internal()2723 COAP_PROTO_RELIABLE(session->proto))) { in no_response()2790 if (COAP_PROTO_RELIABLE(session->proto) || pdu->type != COAP_MESSAGE_NON) { in handle_request()3304 if (COAP_PROTO_RELIABLE(session->proto)) { in handle_request()
141 COAP_PROTO_RELIABLE(session->proto) && in setup_block_b()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()1516 if (COAP_PROTO_RELIABLE(session->proto) || p->last_type != COAP_MESSAGE_NON) in coap_block_check_lg_srcv_timeouts()1677 COAP_PROTO_RELIABLE(session->proto))) { in coap_send_q_blocks()1718 COAP_PROTO_RELIABLE(session->proto))) { in coap_send_q_blocks()2791 if (COAP_PROTO_RELIABLE(session->proto) || in coap_handle_request_put_block()3189 if (COAP_PROTO_RELIABLE(session->proto) || in coap_handle_response_send_block()3604 if (COAP_PROTO_RELIABLE(session->proto) || in coap_handle_response_get_block()
1449 } else if (COAP_PROTO_RELIABLE(proto)) { in coap_pdu_encode_header()
1525 if (s->type == COAP_SESSION_TYPE_CLIENT && COAP_PROTO_RELIABLE(s->proto) &&
37 #define COAP_PROTO_RELIABLE(p) ((p)==COAP_PROTO_TCP || (p)==COAP_PROTO_TLS || \ macro