Home
last modified time | relevance | path

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

/external/openssh/
Dmux.c553 compare_host(const char *a, const char *b) in compare_host() function
565 if (!compare_host(a->listen_host, b->listen_host)) in compare_forward()
567 if (!compare_host(a->listen_path, b->listen_path)) in compare_forward()
571 if (!compare_host(a->connect_host, b->connect_host)) in compare_forward()
573 if (!compare_host(a->connect_path, b->connect_path)) in compare_forward()