Searched refs:next_option (Results 1 – 3 of 3) sorted by relevance
128 oi->next_option = (unsigned char *)pdu->hdr + sizeof(coap_hdr_t) in coap_option_iterator_init()130 if ((unsigned char *)pdu->hdr + pdu->length <= oi->next_option) { in coap_option_iterator_init()151 !oi->next_option || *oi->next_option == COAP_PAYLOAD_START) { in opt_finished()174 current_opt = oi->next_option; in coap_option_next()178 optsize = coap_opt_parse(oi->next_option, oi->length, &option); in coap_option_next()182 oi->next_option += optsize; in coap_option_next()
258 coap_opt_t *next_option; /**< pointer to the unparsed next option */ member
125 next_option to detect erroneous use in old code