OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compare_host
(Results
1 - 1
of
1
) sorted by null
/external/openssh/
mux.c
553
compare_host
(const char *a, const char *b)
function
565
if (!
compare_host
(a->listen_host, b->listen_host))
567
if (!
compare_host
(a->listen_path, b->listen_path))
571
if (!
compare_host
(a->connect_host, b->connect_host))
573
if (!
compare_host
(a->connect_path, b->connect_path))
[
all
...]
Completed in 145 milliseconds