Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap.c1779 size_t authority_len; local
1920 authority_len = strcspn(colonp + 3, "/");
1921 authority = get_substring(colonp + 3, authority_len, ebuf);
1929 endp = colonp + 3 + authority_len;