Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dservconf.h442 void copy_set_server_options(ServerOptions *, ServerOptions *, int);
H A Dservconf.c2658 copy_set_server_options(options, &mo, 0); in parse_server_match_config()
3914 copy_set_server_options(ServerOptions *dst, ServerOptions *src, int preauth) in copy_set_server_options() function