Searched refs:options_count (Results 1 – 2 of 2) sorted by relevance
42 int coap_options_to_path(struct coap_option *opt, int options_count,
491 int coap_options_to_path(struct coap_option *opt, int options_count, in coap_options_to_path() argument497 path->level = options_count; in coap_options_to_path()499 for (int i = 0; i < options_count; i++) { in coap_options_to_path()507 return options_count == path->level ? 0 : -EINVAL; in coap_options_to_path()