Home
last modified time | relevance | path

Searched refs:ServerOptions (Results 1 – 25 of 29) sorted by relevance

12

/titanic_44/usr/src/cmd/ssh/include/
H A Dservconf.h171 } ServerOptions; typedef
173 void initialize_server_options(ServerOptions *);
174 void fill_default_server_options(ServerOptions *);
175 int process_server_config_line(ServerOptions *, char *, const char *, int,
178 void parse_server_config(ServerOptions *, const char *, Buffer *,
180 void parse_server_match_config(ServerOptions *, const char *, const char *,
182 void copy_set_server_options(ServerOptions *, ServerOptions *, int);
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dservconf.c55 static void add_listen_addr(ServerOptions *, char *, u_short);
56 static void add_one_listen_addr(ServerOptions *, char *, u_short);
69 initialize_server_options(ServerOptions *options) in initialize_server_options()
180 deflt_fill_default_server_options(ServerOptions *options) in deflt_fill_default_server_options()
227 fill_default_server_options(ServerOptions *options) in fill_default_server_options()
561 add_listen_addr(ServerOptions *options, char *addr, u_short port) in add_listen_addr()
575 add_one_listen_addr(ServerOptions *options, char *addr, u_short port) in add_one_listen_addr()
732 process_server_config_line(ServerOptions *options, char *line, in process_server_config_line()
1402 parse_server_match_config(ServerOptions *options, const char *user, in parse_server_match_config()
1405 ServerOptions mo; in parse_server_match_config()
[all …]
H A Dauth2-passwd.c41 extern ServerOptions options;
H A Dauth2-kbdint.c38 extern ServerOptions options;
H A Dauth-rh-rsa.c31 extern ServerOptions options;
H A Dsshlogin.c56 extern ServerOptions options;
H A Dauth-sia.c44 extern ServerOptions options;
H A Dauth2-none.c42 extern ServerOptions options;
H A Dauth-passwd.c78 extern ServerOptions options;
H A Dauth2-hostbased.c53 extern ServerOptions options;
H A Dauth-rhosts.c30 extern ServerOptions options;
H A Dauth-rsa.c40 extern ServerOptions options;
H A Dbsmaudit.c60 extern ServerOptions options;
H A Dauth-options.c39 extern ServerOptions options;
H A Dauth2-pubkey.c53 extern ServerOptions options;
H A Dauth1.c39 extern ServerOptions options;
H A Dauth-krb4.c44 extern ServerOptions options;
H A Dauth2-pam.c31 extern ServerOptions options;
H A Dauth-krb5.c50 extern ServerOptions options;
H A Dgss-serv.c60 extern ServerOptions options;
H A Dauth2-gss.c46 extern ServerOptions options;
H A Dauth-pam.c49 extern ServerOptions options;
H A Dauth2.c53 extern ServerOptions options;
H A Dauth.c67 extern ServerOptions options;
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-cray.c73 extern ServerOptions options;

12