Searched refs:drop_options (Results 1 – 3 of 3) sorted by relevance
159 coap_opt_filter_t *drop_options) { in coap_pdu_duplicate() argument171 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()
1063 coap_opt_filter_t drop_options; in coap_handle_request_send_block() local1065 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()
403 coap_opt_filter_t *drop_options);