Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dservconf.h182 void copy_set_server_options(ServerOptions *, ServerOptions *, int);
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dservconf.c1409 copy_set_server_options(options, &mo, 0); in parse_server_match_config()
1435 copy_set_server_options(ServerOptions *dst, ServerOptions *src, int preauth) in copy_set_server_options() function