Searched refs:block_pdu (Results 1 – 1 of 1) sorted by relevance
1643 coap_pdu_t *block_pdu = NULL; in coap_send_q_blocks() local1690 block_pdu = coap_pdu_duplicate(pdu, session, in coap_send_q_blocks()1693 if (block_pdu->type == COAP_MESSAGE_ACK) in coap_send_q_blocks()1694 block_pdu->type = COAP_MESSAGE_CON; in coap_send_q_blocks()1701 coap_delete_pdu(block_pdu); in coap_send_q_blocks()1705 while (block_pdu) { in coap_send_q_blocks()1713 if (block.m && ((block_pdu->type == COAP_MESSAGE_NON && in coap_send_q_blocks()1716 (block_pdu->type == COAP_MESSAGE_CON && in coap_send_q_blocks()1725 if (COAP_PDU_IS_RESPONSE(block_pdu)) { in coap_send_q_blocks()1726 ptoken = block_pdu->actual_token.s; in coap_send_q_blocks()[all …]