Lines Matching refs:drop_options
1188 coap_opt_filter_t drop_options;
1193 memset(&drop_options, 0, sizeof(coap_opt_filter_t));
1194 coap_option_filter_set(&drop_options, COAP_OPTION_Q_BLOCK2);
1195 coap_option_filter_set(&drop_options, COAP_OPTION_OBSERVE);
1197 &drop_options);
1644 coap_opt_filter_t drop_options;
1688 memset(&drop_options, 0, sizeof(coap_opt_filter_t));
1689 coap_option_filter_set(&drop_options, lg_xmit->option);
1692 ptoken, &drop_options);
1734 ltoken_length, ptoken, &drop_options);
2394 coap_opt_filter_t drop_options;
2396 memset(&drop_options, 0, sizeof(coap_opt_filter_t));
2398 coap_option_filter_set(&drop_options, COAP_OPTION_OBSERVE);
2401 p->pdu.actual_token.s, &drop_options);
2404 pdu->actual_token.s, &drop_options);
3470 coap_opt_filter_t drop_options;
3486 memset(&drop_options, 0, sizeof(coap_opt_filter_t));
3487 coap_option_filter_set(&drop_options, COAP_OPTION_OBSERVE);
3488 pdu = coap_pdu_duplicate(&p->pdu, session, len, buf, &drop_options);