Symbol: ServerOptions
crypto/openssh/auth-krb5.c
55
extern ServerOptions options;
crypto/openssh/auth-pam.c
105
extern ServerOptions options;
crypto/openssh/auth-passwd.c
60
extern ServerOptions options;
crypto/openssh/auth-rhosts.c
48
extern ServerOptions options;
crypto/openssh/auth-sia.c
48
extern ServerOptions options;
crypto/openssh/auth.c
80
extern ServerOptions options;
crypto/openssh/auth2-chall.c
50
extern ServerOptions options;
crypto/openssh/auth2-gss.c
53
extern ServerOptions options;
crypto/openssh/auth2-hostbased.c
56
extern ServerOptions options;
crypto/openssh/auth2-kbdint.c
44
extern ServerOptions options;
crypto/openssh/auth2-methods.c
31
extern ServerOptions options;
crypto/openssh/auth2-none.c
55
extern ServerOptions options;
crypto/openssh/auth2-passwd.c
49
extern ServerOptions options;
crypto/openssh/auth2-pubkey.c
74
extern ServerOptions options;
crypto/openssh/auth2.c
63
extern ServerOptions options;
crypto/openssh/gss-serv-krb5.c
47
extern ServerOptions options;
crypto/openssh/gss-serv.c
50
extern ServerOptions options;
crypto/openssh/monitor.c
105
extern ServerOptions options;
crypto/openssh/monitor_wrap.c
298
ServerOptions *newopts;
crypto/openssh/monitor_wrap.c
84
extern ServerOptions options;
crypto/openssh/platform.c
35
extern ServerOptions options;
crypto/openssh/servconf.c
1252
process_server_config_line_depth(ServerOptions *options, char *line,
crypto/openssh/servconf.c
226
assemble_algorithms(ServerOptions *o)
crypto/openssh/servconf.c
2692
process_server_config_line(ServerOptions *options, char *line,
crypto/openssh/servconf.c
270
ServerOptions *options, const char *path, int userprovided)
crypto/openssh/servconf.c
2742
parse_server_match_config(ServerOptions *options,
crypto/openssh/servconf.c
2745
ServerOptions mo;
crypto/openssh/servconf.c
2785
servconf_merge_subsystems(ServerOptions *dst, ServerOptions *src)
crypto/openssh/servconf.c
282
ServerOptions *options, const char *path)
crypto/openssh/servconf.c
2833
copy_set_server_options(ServerOptions *dst, ServerOptions *src, int preauth)
crypto/openssh/servconf.c
292
fill_default_server_options(ServerOptions *options)
crypto/openssh/servconf.c
2942
parse_server_config_depth(ServerOptions *options, const char *filename,
crypto/openssh/servconf.c
2971
parse_server_config(ServerOptions *options, const char *filename,
crypto/openssh/servconf.c
3131
dump_config(ServerOptions *o)
crypto/openssh/servconf.c
76
static void add_listen_addr(ServerOptions *, const char *,
crypto/openssh/servconf.c
78
static void add_one_listen_addr(ServerOptions *, const char *,
crypto/openssh/servconf.c
80
static void parse_server_config_depth(ServerOptions *options,
crypto/openssh/servconf.c
809
add_listen_addr(ServerOptions *options, const char *addr,
crypto/openssh/servconf.c
825
add_one_listen_addr(ServerOptions *options, const char *addr,
crypto/openssh/servconf.c
89
initialize_server_options(ServerOptions *options)
crypto/openssh/servconf.c
911
queue_listen_addr(ServerOptions *options, const char *addr,
crypto/openssh/servconf.c
930
process_queued_listen_addrs(ServerOptions *options)
crypto/openssh/servconf.h
316
void initialize_server_options(ServerOptions *);
crypto/openssh/servconf.h
317
void fill_default_server_options(ServerOptions *);
crypto/openssh/servconf.h
318
int process_server_config_line(ServerOptions *, char *, const char *, int,
crypto/openssh/servconf.h
321
void parse_server_config(ServerOptions *, const char *, struct sshbuf *,
crypto/openssh/servconf.h
323
void parse_server_match_config(ServerOptions *,
crypto/openssh/servconf.h
326
void servconf_merge_subsystems(ServerOptions *, ServerOptions *);
crypto/openssh/servconf.h
327
void copy_set_server_options(ServerOptions *, ServerOptions *, int);
crypto/openssh/servconf.h
328
void dump_config(ServerOptions *);
crypto/openssh/servconf.h
331
ServerOptions *, const char *path, int);
crypto/openssh/servconf.h
333
ServerOptions *, const char *path);
crypto/openssh/serverloop.c
84
extern ServerOptions options;
crypto/openssh/session.c
143
extern ServerOptions options;
crypto/openssh/sshd-session.c
122
ServerOptions options;
crypto/openssh/sshd.c
104
ServerOptions options;
crypto/openssh/sshlogin.c
68
extern ServerOptions options;