Searched refs:uri_host_len (Results 1 – 1 of 1) sorted by relevance
297 size_t uri_host_len = uri->host.length; in coap_uri_into_options() local301 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()