Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dpdu.c159 coap_opt_filter_t *drop_options) { in coap_pdu_duplicate() argument
171 if (drop_options == NULL) { in coap_pdu_duplicate()
191 if (drop_options && coap_option_filter_get(drop_options, opt_iter.number)) in coap_pdu_duplicate()
Dblock.c1063 coap_opt_filter_t drop_options; in coap_handle_request_send_block() local
1065 memset(&drop_options, 0, sizeof(coap_opt_filter_t)); in coap_handle_request_send_block()
1067 coap_option_filter_set(&drop_options, COAP_OPTION_OBSERVE); in coap_handle_request_send_block()
1069 pdu->token, &drop_options); in coap_handle_request_send_block()
/third_party/libcoap/include/coap3/
Dpdu.h403 coap_opt_filter_t *drop_options);