Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap.c1735 char *parsep, *atsignp, *bracketp; local
1888 parsep = authority;
1893 atsignp = strchr(parsep, '@');
1900 userinfo_len = atsignp - parsep;
1901 userinfo = get_substring(parsep, userinfo_len, ebuf);
1910 parsep = atsignp + 1;
1921 if (*parsep == '\0') {
1936 if (*parsep == '[') {
1949 bracketp = strchr(parsep, ']');
1974 host_len = (bracketp - 1) - parsep;
[all …]