Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_block.c2230 coap_pdu_t *out_pdu = response; in coap_handle_request_send_block() local
2281 out_pdu->code = COAP_RESPONSE_CODE(203); in coap_handle_request_send_block()
2285 out_pdu->code = p->pdu.code; in coap_handle_request_send_block()
2400 out_pdu = coap_pdu_duplicate(&p->pdu, session, p->pdu.actual_token.length, in coap_handle_request_send_block()
2403 out_pdu = coap_pdu_duplicate(&p->pdu, session, pdu->actual_token.length, in coap_handle_request_send_block()
2406 if (!out_pdu) { in coap_handle_request_send_block()
2428 out_pdu = response; in coap_handle_request_send_block()
2431 out_pdu->type = COAP_MESSAGE_NON; in coap_handle_request_send_block()
2435 ((out_pdu->max_size - token_options) /1024) * 1024; in coap_handle_request_send_block()
2439 if (!coap_update_option(out_pdu, p->option, in coap_handle_request_send_block()
[all …]