Searched refs:optp (Results 1 – 1 of 1) sorted by relevance
322 next_option_safe(coap_opt_t **optp, size_t *length) { in next_option_safe() argument326 assert(optp); assert(*optp); in next_option_safe()329 optsize = coap_opt_parse(*optp, *length, &option); in next_option_safe()333 *optp += optsize; in next_option_safe()