Searched refs:ServerOptions (Results 1 – 25 of 29) sorted by relevance
12
| /titanic_44/usr/src/cmd/ssh/include/ |
| H A D | servconf.h | 171 } 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 D | servconf.c | 55 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 D | auth2-passwd.c | 41 extern ServerOptions options;
|
| H A D | auth2-kbdint.c | 38 extern ServerOptions options;
|
| H A D | auth-rh-rsa.c | 31 extern ServerOptions options;
|
| H A D | sshlogin.c | 56 extern ServerOptions options;
|
| H A D | auth-sia.c | 44 extern ServerOptions options;
|
| H A D | auth2-none.c | 42 extern ServerOptions options;
|
| H A D | auth-passwd.c | 78 extern ServerOptions options;
|
| H A D | auth2-hostbased.c | 53 extern ServerOptions options;
|
| H A D | auth-rhosts.c | 30 extern ServerOptions options;
|
| H A D | auth-rsa.c | 40 extern ServerOptions options;
|
| H A D | bsmaudit.c | 60 extern ServerOptions options;
|
| H A D | auth-options.c | 39 extern ServerOptions options;
|
| H A D | auth2-pubkey.c | 53 extern ServerOptions options;
|
| H A D | auth1.c | 39 extern ServerOptions options;
|
| H A D | auth-krb4.c | 44 extern ServerOptions options;
|
| H A D | auth2-pam.c | 31 extern ServerOptions options;
|
| H A D | auth-krb5.c | 50 extern ServerOptions options;
|
| H A D | gss-serv.c | 60 extern ServerOptions options;
|
| H A D | auth2-gss.c | 46 extern ServerOptions options;
|
| H A D | auth-pam.c | 49 extern ServerOptions options;
|
| H A D | auth2.c | 53 extern ServerOptions options;
|
| H A D | auth.c | 67 extern ServerOptions options;
|
| /titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/ |
| H A D | bsd-cray.c | 73 extern ServerOptions options;
|
12