Home
last modified time | relevance | path

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

/external/openssh/
Dmux.c556 compare_host(const char *a, const char *b) in compare_host() function
568 if (!compare_host(a->listen_host, b->listen_host)) in compare_forward()
570 if (!compare_host(a->listen_path, b->listen_path)) in compare_forward()
574 if (!compare_host(a->connect_host, b->connect_host)) in compare_forward()
576 if (!compare_host(a->connect_path, b->connect_path)) in compare_forward()