Searched refs:ServerOptions (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/crypto/openssh/
H A Dservconf.h214 } ServerOptions; typedef in typeref:struct:__anon6892
262 void initialize_server_options(ServerOptions *);
263 void fill_default_server_options(ServerOptions *);
264 int process_server_config_line(ServerOptions *, char *, const char *, int,
266 void process_permitopen(struct ssh *ssh, ServerOptions *options);
268 void parse_server_config(ServerOptions *, const char *, struct sshbuf *,
270 void parse_server_match_config(ServerOptions *, struct connection_info *);
273 void copy_set_server_options(ServerOptions *, ServerOptions *, int);
274 void dump_config(ServerOptions *);
[all...]
H A Dauth2-kbdint.c42 extern ServerOptions options;
H A Dauth2-none.c56 extern ServerOptions options;
H A Dauth2-passwd.c47 extern ServerOptions options;
H A Dblacklist.c55 extern ServerOptions options;
H A Dauth-sia.c48 extern ServerOptions options;
H A Dplatform.c34 extern ServerOptions options;
H A Dsshlogin.c67 extern ServerOptions options;
H A Dservconf.c70 static void add_listen_addr(ServerOptions *, const char *,
72 static void add_one_listen_addr(ServerOptions *, const char *,
82 initialize_server_options(ServerOptions *options)
196 assemble_algorithms(ServerOptions *o)
243 ServerOptions *options, const char *path)
256 ServerOptions *options, const char *path)
266 fill_default_server_options(ServerOptions *options)
735 add_listen_addr(ServerOptions *options, const char *addr,
751 add_one_listen_addr(ServerOptions *options, const char *addr,
837 queue_listen_addr(ServerOptions *option
[all...]
H A Dauth-passwd.c60 extern ServerOptions options;
H A Dauth-rhosts.c46 extern ServerOptions options;
H A Dgss-serv-krb5.c47 extern ServerOptions options;
H A Dauth-krb5.c55 extern ServerOptions options;
H A Dauth2-hostbased.c55 extern ServerOptions options;
H A Dauth2-chall.c49 extern ServerOptions options;
H A Dauth2-gss.c50 extern ServerOptions options;
H A Dgss-serv.c50 extern ServerOptions options;
H A Dmonitor_wrap.c82 extern ServerOptions options;
313 ServerOptions *newopts;
H A Dauth2.c66 extern ServerOptions options;
H A Dserverloop.c81 extern ServerOptions options;
H A Dauth-pam.c108 extern ServerOptions options;
H A Dauth.c82 extern ServerOptions options;
H A Dauth2-pubkey.c72 extern ServerOptions options;
H A Dmonitor.c104 extern ServerOptions options;
H A Dsshd.c154 ServerOptions options;

Completed in 219 milliseconds

12