Symbol: ServerOptions
regress/usr.bin/ssh/unittests/servconf/tests.c
129
check_roundtrip(const ServerOptions *o)
regress/usr.bin/ssh/unittests/servconf/tests.c
132
ServerOptions out;
regress/usr.bin/ssh/unittests/servconf/tests.c
203
check_rejects_trailing_data(const ServerOptions *o)
regress/usr.bin/ssh/unittests/servconf/tests.c
206
ServerOptions out;
regress/usr.bin/ssh/unittests/servconf/tests.c
220
check_rejects_bad_version(const ServerOptions *o)
regress/usr.bin/ssh/unittests/servconf/tests.c
223
ServerOptions out;
regress/usr.bin/ssh/unittests/servconf/tests.c
238
check_rejects_bad_port_count(const ServerOptions *o)
regress/usr.bin/ssh/unittests/servconf/tests.c
241
ServerOptions out;
regress/usr.bin/ssh/unittests/servconf/tests.c
257
check_roundtrip_signed_limits(const ServerOptions *o)
regress/usr.bin/ssh/unittests/servconf/tests.c
260
ServerOptions out, in;
regress/usr.bin/ssh/unittests/servconf/tests.c
281
ServerOptions out;
regress/usr.bin/ssh/unittests/servconf/tests.c
291
check_fuzz_deserialise(const ServerOptions *o)
regress/usr.bin/ssh/unittests/servconf/tests.c
317
ServerOptions o;
regress/usr.bin/ssh/unittests/servconf/tests.c
54
set_test_options(ServerOptions *o)
usr.bin/ssh/auth-krb5.c
53
extern ServerOptions options;
usr.bin/ssh/auth-passwd.c
59
extern ServerOptions options;
usr.bin/ssh/auth-rhosts.c
44
extern ServerOptions options;
usr.bin/ssh/auth.c
68
extern ServerOptions options;
usr.bin/ssh/auth2-gss.c
51
extern ServerOptions options;
usr.bin/ssh/auth2-hostbased.c
55
extern ServerOptions options;
usr.bin/ssh/auth2-kbdint.c
42
extern ServerOptions options;
usr.bin/ssh/auth2-methods.c
29
extern ServerOptions options;
usr.bin/ssh/auth2-none.c
46
extern ServerOptions options;
usr.bin/ssh/auth2-passwd.c
47
extern ServerOptions options;
usr.bin/ssh/auth2-pubkey.c
72
extern ServerOptions options;
usr.bin/ssh/auth2.c
61
extern ServerOptions options;
usr.bin/ssh/gss-serv.c
50
extern ServerOptions options;
usr.bin/ssh/monitor.c
92
extern ServerOptions options;
usr.bin/ssh/monitor_wrap.c
682
ServerOptions *opts, struct sshbuf **confdatap,
usr.bin/ssh/monitor_wrap.c
81
extern ServerOptions options;
usr.bin/ssh/monitor_wrap.h
84
struct ServerOptions;
usr.bin/ssh/monitor_wrap.h
85
void mm_get_state(struct ssh *, struct ServerOptions *,
usr.bin/ssh/servconf.c
1073
process_server_config_line_depth(ServerOptions *options, char *line,
usr.bin/ssh/servconf.c
193
assemble_algorithms(ServerOptions *o)
usr.bin/ssh/servconf.c
237
ServerOptions *options, const char *path, int userprovided)
usr.bin/ssh/servconf.c
249
ServerOptions *options, const char *path)
usr.bin/ssh/servconf.c
2539
process_server_config_line(ServerOptions *options, char *line,
usr.bin/ssh/servconf.c
2589
parse_server_match_config(ServerOptions *options,
usr.bin/ssh/servconf.c
259
fill_default_server_options(ServerOptions *options)
usr.bin/ssh/servconf.c
2592
ServerOptions mo;
usr.bin/ssh/servconf.c
2637
servconf_merge_subsystems(ServerOptions *dst, ServerOptions *src)
usr.bin/ssh/servconf.c
2755
serialise_hostkeyfile(const ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
2777
serialise_ipqos(const ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
2791
serialise_listenaddress(const ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
2816
serialise_logfacility(const ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
2829
serialise_loglevel(const ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
2842
serialise_port(const ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
2861
serialise_gatewayports(const ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
2873
serialise_streamlocalbindmask(const ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
2886
serialise_streamlocalbindunlink(const ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
2899
serialise_maxstartups(const ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
2914
serialise_permituserenv(const ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
2929
serialise_persourcenetblocksize(const ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
2943
serialise_persourcepenalties(const ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
2969
serialise_rekeylimit(const ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
2983
serialise_subsystem(const ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
3007
serialise_timingsecret(const ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
3020
serialise_server_options(const ServerOptions *options, struct sshbuf **bufp)
usr.bin/ssh/servconf.c
3251
deserialise_hostkeyfile(ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
3279
deserialise_ipqos(ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
3293
deserialise_listenaddress(ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
3319
deserialise_logfacility(ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
3338
deserialise_loglevel(ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
3357
deserialise_port(ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
3380
deserialise_gatewayports(ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
3392
deserialise_streamlocalbindmask(ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
3405
deserialise_streamlocalbindunlink(ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
3423
deserialise_maxstartups(ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
3438
deserialise_permituserenv(ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
3452
deserialise_persourcenetblocksize(ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
3468
deserialise_persourcepenalties(ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
3495
deserialise_rekeylimit(ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
3509
deserialise_subsystem(ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
3541
deserialise_timingsecret(ServerOptions *options, struct sshbuf *buf)
usr.bin/ssh/servconf.c
3553
deserialise_server_options(struct sshbuf *buf, ServerOptions *options)
usr.bin/ssh/servconf.c
3557
ServerOptions new_options;
usr.bin/ssh/servconf.c
3635
free_hostkeyfile(ServerOptions *options)
usr.bin/ssh/servconf.c
3646
free_listenaddress(ServerOptions *options)
usr.bin/ssh/servconf.c
3662
free_permituserenv(ServerOptions *options)
usr.bin/ssh/servconf.c
3668
free_subsystem(ServerOptions *options)
usr.bin/ssh/servconf.c
3683
free_server_options(ServerOptions *options)
usr.bin/ssh/servconf.c
3795
copy_ipqos(ServerOptions *dst, const ServerOptions *src)
usr.bin/ssh/servconf.c
3803
copy_gatewayports(ServerOptions *dst, const ServerOptions *src)
usr.bin/ssh/servconf.c
3810
copy_streamlocalbindunlink(ServerOptions *dst, const ServerOptions *src)
usr.bin/ssh/servconf.c
3817
copy_loglevel(ServerOptions *dst, const ServerOptions *src)
usr.bin/ssh/servconf.c
3824
copy_rekeylimit(ServerOptions *dst, const ServerOptions *src)
usr.bin/ssh/servconf.c
3831
copy_subsystem(ServerOptions *dst, const ServerOptions *src)
usr.bin/ssh/servconf.c
3853
copy_set_server_options(ServerOptions *dst, ServerOptions *src, int preauth)
usr.bin/ssh/servconf.c
3932
parse_server_config_depth(ServerOptions *options, const char *filename,
usr.bin/ssh/servconf.c
3961
parse_server_config(ServerOptions *options, const char *filename,
usr.bin/ssh/servconf.c
4121
dump_config(ServerOptions *o)
usr.bin/ssh/servconf.c
583
add_listen_addr(ServerOptions *options, const char *addr,
usr.bin/ssh/servconf.c
599
add_one_listen_addr(ServerOptions *options, const char *addr,
usr.bin/ssh/servconf.c
62
static void add_listen_addr(ServerOptions *, const char *,
usr.bin/ssh/servconf.c
64
static void add_one_listen_addr(ServerOptions *, const char *,
usr.bin/ssh/servconf.c
66
static void parse_server_config_depth(ServerOptions *options,
usr.bin/ssh/servconf.c
678
queue_listen_addr(ServerOptions *options, const char *addr,
usr.bin/ssh/servconf.c
697
process_queued_listen_addrs(ServerOptions *options)
usr.bin/ssh/servconf.c
75
initialize_server_options(ServerOptions *options)
usr.bin/ssh/servconf.h
406
void initialize_server_options(ServerOptions *);
usr.bin/ssh/servconf.h
407
void fill_default_server_options(ServerOptions *);
usr.bin/ssh/servconf.h
408
int process_server_config_line(ServerOptions *, char *, const char *, int,
usr.bin/ssh/servconf.h
411
void parse_server_config(ServerOptions *, const char *, struct sshbuf *,
usr.bin/ssh/servconf.h
413
void parse_server_match_config(ServerOptions *,
usr.bin/ssh/servconf.h
416
void servconf_merge_subsystems(ServerOptions *, ServerOptions *);
usr.bin/ssh/servconf.h
417
void copy_set_server_options(ServerOptions *, ServerOptions *, int);
usr.bin/ssh/servconf.h
418
void dump_config(ServerOptions *);
usr.bin/ssh/servconf.h
421
ServerOptions *, const char *path, int);
usr.bin/ssh/servconf.h
423
ServerOptions *, const char *path);
usr.bin/ssh/servconf.h
425
int serialise_server_options(const ServerOptions *, struct sshbuf **);
usr.bin/ssh/servconf.h
426
int deserialise_server_options(struct sshbuf *, ServerOptions *);
usr.bin/ssh/servconf.h
427
void free_server_options(ServerOptions *);
usr.bin/ssh/serverloop.c
78
extern ServerOptions options;
usr.bin/ssh/session.c
121
extern ServerOptions options;
usr.bin/ssh/sshd-auth.c
105
ServerOptions options;
usr.bin/ssh/sshd-auth.c
405
recv_privsep_state(struct ssh *ssh, ServerOptions *o, uint64_t *timing_secretp)
usr.bin/ssh/sshd-session.c
104
ServerOptions options;
usr.bin/ssh/sshd.c
88
ServerOptions options;
usr.bin/ssh/sshlogin.c
65
extern ServerOptions options;