Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_uri.c297 size_t uri_host_len = uri->host.length; in coap_uri_into_options() local
301 for (size_t i = 0; i < uri_host_len; i++) { in coap_uri_into_options()
304 uri_host_len = i; in coap_uri_into_options()
310 (strlen(addr) != uri_host_len || in coap_uri_into_options()
311 memcmp(addr, uri->host.s, uri_host_len) != 0)) { in coap_uri_into_options()