HomeSort by relevance Sort by last modified time
    Searched refs:ServerOptions (Results 1 - 25 of 31) sorted by null

1 2

  /external/openssh/
servconf.h 169 } ServerOptions;
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 *);
auth2-kbdint.c 42 extern ServerOptions options;
auth2-none.c 54 extern ServerOptions options;
auth2-passwd.c 47 extern ServerOptions options;
auth-rh-rsa.c 39 extern ServerOptions options;
auth-sia.c 48 extern ServerOptions options;
platform.c 38 extern ServerOptions options;
auth-chall.c 43 extern ServerOptions options;
gss-serv-krb5.c 47 extern ServerOptions options;
sshlogin.c 64 extern ServerOptions options;
servconf.c 53 static void add_listen_addr(ServerOptions *, char *, int);
54 static void add_one_listen_addr(ServerOptions *, char *, int);
63 initialize_server_options(ServerOptions *options)
148 fill_default_server_options(ServerOptions *options)
506 add_listen_addr(ServerOptions *options, char *addr, int port)
522 add_one_listen_addr(ServerOptions *options, char *addr, int port)
716 process_server_config_line(ServerOptions *options, char *line,
    [all...]
auth-passwd.c 58 extern ServerOptions options;
auth-rhosts.c 45 extern ServerOptions options;
auth2-hostbased.c 52 extern ServerOptions options;
auth-krb5.c 55 extern ServerOptions options;
auth-rsa.c 52 extern ServerOptions options;
auth1.c 45 extern ServerOptions options;
auth2-chall.c 47 extern ServerOptions options;
auth2-gss.c 48 extern ServerOptions options;
auth2-pubkey.c 63 extern ServerOptions options;
auth2.c 59 extern ServerOptions options;
auth-options.c 61 extern ServerOptions options;
auth.c 76 extern ServerOptions options;
auth2-jpake.c 74 extern ServerOptions options;
  /external/openssh/openbsd-compat/
bsd-cray.c 93 extern ServerOptions options;

Completed in 1093 milliseconds

1 2