Lines Matching refs:opt_iter
60 coap_opt_iterator_t opt_iter;
66 if (pdu && (option = coap_check_option(pdu, number, &opt_iter)) != NULL) {
558 coap_opt_iterator_t opt_iter;
561 &opt_iter);
618 coap_opt_iterator_t opt_iter;
836 if (!coap_check_option(pdu, COAP_OPTION_RTAG, &opt_iter))
856 opt = coap_check_option(request, COAP_OPTION_RTAG, &opt_iter);
1890 coap_opt_iterator_t opt_iter;
1892 &opt_iter);
2224 coap_opt_iterator_t opt_iter;
2273 etag_opt = coap_check_option(pdu, COAP_OPTION_ETAG, &opt_iter);
2418 coap_option_iterator_init(&p->pdu, &opt_iter, COAP_OPT_ALL);
2419 while ((option = coap_option_next(&opt_iter))) {
2420 if (opt_iter.number == COAP_OPTION_OBSERVE && block.num != 0)
2422 if (!coap_insert_option(response, opt_iter.number,
2590 coap_opt_iterator_t opt_iter;
2602 if (coap_check_option(pdu, COAP_OPTION_Q_BLOCK1, &opt_iter)) {
2621 &opt_iter);
2624 &opt_iter);
2630 &opt_iter);
2916 coap_opt_iterator_t opt_iter;
2917 coap_opt_t *opt = coap_check_option(rcvd, COAP_OPTION_ECHO, &opt_iter);
2970 (opt = coap_check_option(echo_pdu, COAP_OPTION_OBSERVE, &opt_iter)) &&
2997 coap_opt_iterator_t opt_iter;
2998 coap_opt_t *opt = coap_check_option(rcvd, COAP_OPTION_ECHO, &opt_iter);
3177 coap_opt_iterator_t opt_iter;
3180 &opt_iter);
3360 coap_opt_iterator_t opt_iter;
3374 &opt_iter);
3405 &opt_iter);
3412 &opt_iter);
3521 &opt_iter);
3712 &opt_iter);