Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c817 int path_start, path_end; in coap_packet_set_path() local
823 path_end = 0; in coap_packet_set_path()
826 path_end = i; in coap_packet_set_path()
829 if (path_start < path_end) { in coap_packet_set_path()
832 path_end - path_start); in coap_packet_set_path()
849 if (path_start < path_end) { in coap_packet_set_path()
852 path_end - path_start); in coap_packet_set_path()
871 path_end = i; in coap_packet_set_path()
874 if (path_start < path_end) { in coap_packet_set_path()
877 path_end - path_start); in coap_packet_set_path()
[all …]