Home
last modified time | relevance | path

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

12

/external/openssh/
Dservconf.h169 } ServerOptions; typedef
185 void initialize_server_options(ServerOptions *);
186 void fill_default_server_options(ServerOptions *);
187 int process_server_config_line(ServerOptions *, char *, const char *, int,
190 void parse_server_config(ServerOptions *, const char *, Buffer *,
192 void parse_server_match_config(ServerOptions *, const char *, const char *,
194 void copy_set_server_options(ServerOptions *, ServerOptions *, int);
195 void dump_config(ServerOptions *);
Dauth2-none.c54 extern ServerOptions options;
Dauth2-kbdint.c42 extern ServerOptions options;
Dservconf.c53 static void add_listen_addr(ServerOptions *, char *, int);
54 static void add_one_listen_addr(ServerOptions *, char *, int);
63 initialize_server_options(ServerOptions *options) in initialize_server_options()
148 fill_default_server_options(ServerOptions *options) in fill_default_server_options()
506 add_listen_addr(ServerOptions *options, char *addr, int port) in add_listen_addr()
522 add_one_listen_addr(ServerOptions *options, char *addr, int port) in add_one_listen_addr()
716 process_server_config_line(ServerOptions *options, char *line, in process_server_config_line()
1458 parse_server_match_config(ServerOptions *options, const char *user, in parse_server_match_config()
1461 ServerOptions mo; in parse_server_match_config()
1504 copy_set_server_options(ServerOptions *dst, ServerOptions *src, int preauth) in copy_set_server_options()
[all …]
Dauth2-passwd.c47 extern ServerOptions options;
Dauth-rh-rsa.c39 extern ServerOptions options;
Dauth-sia.c48 extern ServerOptions options;
Dplatform.c38 extern ServerOptions options;
Dauth-chall.c43 extern ServerOptions options;
Dsshlogin.c64 extern ServerOptions options;
Dgss-serv-krb5.c47 extern ServerOptions options;
Dauth-passwd.c58 extern ServerOptions options;
Dauth2-hostbased.c52 extern ServerOptions options;
Dauth-rhosts.c45 extern ServerOptions options;
Dauth-krb5.c55 extern ServerOptions options;
Dauth-rsa.c52 extern ServerOptions options;
Dauth2-gss.c48 extern ServerOptions options;
Dauth2.c59 extern ServerOptions options;
Dauth2-chall.c47 extern ServerOptions options;
Dauth1.c45 extern ServerOptions options;
Dauth2-pubkey.c63 extern ServerOptions options;
Dauth-options.c61 extern ServerOptions options;
Dauth.c76 extern ServerOptions options;
Dauth2-jpake.c74 extern ServerOptions options;
/external/openssh/openbsd-compat/
Dbsd-cray.c93 extern ServerOptions options;

12