Searched refs:opt_b_iter (Results 1 – 1 of 1) sorted by relevance
2226 coap_opt_iterator_t opt_b_iter; in coap_handle_request_send_block() local2331 coap_option_iterator_init(pdu, &opt_b_iter, COAP_OPT_ALL); in coap_handle_request_send_block()2332 while ((option = coap_option_next(&opt_b_iter))) { in coap_handle_request_send_block()2334 if (opt_b_iter.number != p->option) in coap_handle_request_send_block()