Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dservconf.h317 void copy_set_server_options(ServerOptions *, ServerOptions *, int);
H A Dmonitor_wrap.c336 copy_set_server_options(&options, newopts, 1); in mm_getpwnamallow()
H A Dservconf.c2703 copy_set_server_options(options, &mo, 0); in parse_server_match_config()
2786 copy_set_server_options(ServerOptions *dst, ServerOptions *src, int preauth) in copy_set_server_options() function