Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDservconf.h237 int server_match_spec_complete(struct connection_info *);
HDsshd.c1620 if (test_flag >= 2 && server_match_spec_complete(connection_info) == 0)
1623 if (test_flag < 2 && server_match_spec_complete(connection_info) >= 0)
1854 if (server_match_spec_complete(connection_info) == 1)
HDservconf.c1779 int server_match_spec_complete(struct connection_info *ci) in server_match_spec_complete() function