Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h243 int server_match_spec_complete(struct connection_info *);
Dsshd.c1570 if (test_flag >= 2 && server_match_spec_complete(connection_info) == 0)
1573 if (test_flag < 2 && server_match_spec_complete(connection_info) >= 0)
1799 if (server_match_spec_complete(connection_info) == 1)
Dservconf.c1959 int server_match_spec_complete(struct connection_info *ci) in server_match_spec_complete() function