Home
last modified time | relevance | path

Searched refs:coap_options_to_path (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.h42 int coap_options_to_path(struct coap_option *opt, int options_count,
Dlwm2m_obj_gateway.c182 ret = coap_options_to_path(&options[1], ret - 1, &msg->path); in lwm2m_gw_handle_req()
Dlwm2m_message_handling.c491 int coap_options_to_path(struct coap_option *opt, int options_count, in coap_options_to_path() function
2381 r = coap_options_to_path(options, r, &msg->path); in handle_request()