Home
last modified time | relevance | path

Searched refs:drop_options (Results 1 - 3 of 3) sorted by relevance

/third_party/libcoap/src/
H A Dcoap_block.c1188 coap_opt_filter_t drop_options; in coap_build_missing_pdu() local
1193 memset(&drop_options, 0, sizeof(coap_opt_filter_t)); in coap_build_missing_pdu()
1194 coap_option_filter_set(&drop_options, COAP_OPTION_Q_BLOCK2); in coap_build_missing_pdu()
1195 coap_option_filter_set(&drop_options, COAP_OPTION_OBSERVE); in coap_build_missing_pdu()
1197 &drop_options); in coap_build_missing_pdu()
1644 coap_opt_filter_t drop_options; in coap_send_q_blocks() local
1688 memset(&drop_options, 0, sizeof(coap_opt_filter_t)); in coap_send_q_blocks()
1689 coap_option_filter_set(&drop_options, lg_xmit->option); in coap_send_q_blocks()
1692 ptoken, &drop_options); in coap_send_q_blocks()
1734 ltoken_length, ptoken, &drop_options); in coap_send_q_blocks()
2394 coap_opt_filter_t drop_options; coap_handle_request_send_block() local
3470 coap_opt_filter_t drop_options; coap_handle_response_get_block() local
[all...]
H A Dcoap_pdu.c183 coap_opt_filter_t *drop_options) { in coap_pdu_duplicate()
206 if (drop_options == NULL) { in coap_pdu_duplicate()
225 if (drop_options && coap_option_filter_get(drop_options, opt_iter.number)) in coap_pdu_duplicate()
179 coap_pdu_duplicate(const coap_pdu_t *old_pdu, coap_session_t *session, size_t token_length, const uint8_t *token, coap_opt_filter_t *drop_options) coap_pdu_duplicate() argument
/third_party/libcoap/include/coap3/
H A Dcoap_pdu.h416 * @param drop_options A list of options not to copy into the duplicated PDU.
425 coap_opt_filter_t *drop_options);

Completed in 7 milliseconds