Home
last modified time | relevance | path

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

12

/external/openssh/
Dservconf.h192 } ServerOptions; typedef
232 void initialize_server_options(ServerOptions *);
233 void fill_default_server_options(ServerOptions *);
234 int process_server_config_line(ServerOptions *, char *, const char *, int,
237 void parse_server_config(ServerOptions *, const char *, Buffer *,
239 void parse_server_match_config(ServerOptions *, struct connection_info *);
242 void copy_set_server_options(ServerOptions *, ServerOptions *, int);
243 void dump_config(ServerOptions *);
Dauth2-none.c56 extern ServerOptions options;
Dauth2-kbdint.c43 extern ServerOptions options;
Dauth2-passwd.c48 extern ServerOptions options;
Dservconf.c65 static void add_listen_addr(ServerOptions *, char *, int);
66 static void add_one_listen_addr(ServerOptions *, char *, int);
75 initialize_server_options(ServerOptions *options) in initialize_server_options()
180 fill_default_server_options(ServerOptions *options) in fill_default_server_options()
594 add_listen_addr(ServerOptions *options, char *addr, int port) in add_listen_addr()
610 add_one_listen_addr(ServerOptions *options, char *addr, int port) in add_one_listen_addr()
891 process_server_config_line(ServerOptions *options, char *line, in process_server_config_line()
1810 parse_server_match_config(ServerOptions *options, in parse_server_match_config()
1813 ServerOptions mo; in parse_server_match_config()
1880 copy_set_server_options(ServerOptions *dst, ServerOptions *src, int preauth) in copy_set_server_options()
[all …]
Dauth-rh-rsa.c42 extern ServerOptions options;
Dauth-sia.c48 extern ServerOptions options;
Dplatform.c39 extern ServerOptions options;
Dauth-chall.c47 extern ServerOptions options;
Dsshlogin.c65 extern ServerOptions options;
Dauth-passwd.c59 extern ServerOptions options;
Dgss-serv-krb5.c48 extern ServerOptions options;
Dauth-rhosts.c45 extern ServerOptions options;
Dauth-krb5.c56 extern ServerOptions options;
Dauth-rsa.c55 extern ServerOptions options;
Dauth2-hostbased.c54 extern ServerOptions options;
Dauth2-gss.c49 extern ServerOptions options;
Dauth1.c48 extern ServerOptions options;
Dauth2-chall.c48 extern ServerOptions options;
Dmonitor_wrap.c93 extern ServerOptions options;
250 ServerOptions *newopts; in mm_getpwnamallow()
Dauth2.c60 extern ServerOptions options;
Dauth-options.c61 extern ServerOptions options;
Dauth.c79 extern ServerOptions options;
Dauth2-pubkey.c70 extern ServerOptions options;
/external/openssh/openbsd-compat/
Dbsd-cray.c93 extern ServerOptions options;

12