Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap.c1728 size_t authority_len; local
1869 authority_len = strcspn(colonp + 3, "/");
1870 authority = get_substring(colonp + 3, authority_len, ebuf);
1878 endp = colonp + 3 + authority_len;