Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap.c1670 get_substring(const char *p, size_t len, char *ebuf) function
1870 authority = get_substring(colonp + 3, authority_len, ebuf);
1896 userinfo = get_substring(parsep, userinfo_len, ebuf);
1970 host = get_substring(parsep + 1, host_len, ebuf);
1988 host = get_substring(parsep, host_len, ebuf);
2012 port = get_substring(parsep, port_len, ebuf);