Home
last modified time | relevance | path

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

/third_party/libcoap/src/
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()
[all …]
Dcoap_pdu.c183 coap_opt_filter_t *drop_options) { in coap_pdu_duplicate() argument
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()
/third_party/libcoap/include/coap3/
Dcoap_pdu.h425 coap_opt_filter_t *drop_options);