Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dpcap.c1675 get_substring(const char *p, size_t len, char *ebuf) function
1875 authority = get_substring(colonp + 3, authority_len, ebuf);
1901 userinfo = get_substring(parsep, userinfo_len, ebuf);
1975 host = get_substring(parsep + 1, host_len, ebuf);
1993 host = get_substring(parsep, host_len, ebuf);
2017 port = get_substring(parsep, port_len, ebuf);