Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssh/
H A Dservconf.h257 } ServerOptions; typedef
323 void initialize_server_options(ServerOptions *);
324 void fill_default_server_options(ServerOptions *);
325 int process_server_config_line(ServerOptions *, char *, const char *, int,
328 void parse_server_config(ServerOptions *, const char *, struct sshbuf *,
330 void parse_server_match_config(ServerOptions *,
333 void servconf_merge_subsystems(ServerOptions *, ServerOptions *);
334 void copy_set_server_options(ServerOptions *, ServerOptions *, int);
335 void dump_config(ServerOptions *);
338 ServerOptions *, const char *path, int);
[all …]
H A Dservconf.c77 static void add_listen_addr(ServerOptions *, const char *,
79 static void add_one_listen_addr(ServerOptions *, const char *,
81 static void parse_server_config_depth(ServerOptions *options,
90 initialize_server_options(ServerOptions *options) in initialize_server_options()
231 assemble_algorithms(ServerOptions *o) in assemble_algorithms()
277 ServerOptions *options, const char *path, int userprovided) in servconf_add_hostkey()
291 ServerOptions *options, const char *path) in servconf_add_hostcert()
301 fill_default_server_options(ServerOptions *options) in fill_default_server_options()
834 add_listen_addr(ServerOptions *options, const char *addr, in add_listen_addr()
850 add_one_listen_addr(ServerOptions *options, const char *addr, in add_one_listen_addr()
[all …]
H A Dauth2-none.c55 extern ServerOptions options;
H A Dauth2-kbdint.c44 extern ServerOptions options;
H A Dblocklist.c55 extern ServerOptions options;
H A Dauth2-passwd.c49 extern ServerOptions options;
H A Dauth-sia.c48 extern ServerOptions options;
H A Dauth2-methods.c31 extern ServerOptions options;
H A Dplatform.c35 extern ServerOptions options;
H A Dsshlogin.c68 extern ServerOptions options;
H A Dgss-serv-krb5.c47 extern ServerOptions options;
H A Dauth-passwd.c60 extern ServerOptions options;
H A Dauth-rhosts.c48 extern ServerOptions options;
H A Dauth-krb5.c55 extern ServerOptions options;
H A Dauth2-hostbased.c56 extern ServerOptions options;
H A Dauth2-gss.c53 extern ServerOptions options;
H A Dgss-serv.c51 extern ServerOptions options;
H A Dauth2-chall.c50 extern ServerOptions options;
H A Dmonitor_wrap.c84 extern ServerOptions options;
288 ServerOptions *newopts; in mm_decode_activate_server_options()
H A Dsshd-auth.c111 ServerOptions options;
H A Dauth.c81 extern ServerOptions options;
H A Dauth2.c63 extern ServerOptions options;
H A Dserverloop.c84 extern ServerOptions options;
H A Dauth2-pubkey.c79 extern ServerOptions options;
/freebsd/contrib/blocklist/diff/
H A Dssh.diff74 extern ServerOptions options;

12