Searched refs:coap_options_to_path (Results 1 – 3 of 3) sorted by relevance
42 int coap_options_to_path(struct coap_option *opt, int options_count,
182 ret = coap_options_to_path(&options[1], ret - 1, &msg->path); in lwm2m_gw_handle_req()
491 int coap_options_to_path(struct coap_option *opt, int options_count, in coap_options_to_path() function2381 r = coap_options_to_path(options, r, &msg->path); in handle_request()