Home
last modified time | relevance | path

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

/src/contrib/libpcap/
H A Dpcap.c1721 get_substring(const char *p, size_t len, char *ebuf) function
1932 authority = get_substring(colonp + 3, authority_len, ebuf);
1958 userinfo = get_substring(parsep, userinfo_len, ebuf);
2032 host = get_substring(parsep + 1, host_len, ebuf);
2050 host = get_substring(parsep, host_len, ebuf);
2074 port = get_substring(parsep, port_len, ebuf);