Symbol: connection_info
crypto/openssh/auth.c
480
struct connection_info *ci;
crypto/openssh/monitor_wrap.c
1206
struct connection_info *
crypto/openssh/monitor_wrap.c
1209
static struct connection_info ci;
crypto/openssh/monitor_wrap.h
106
struct connection_info *
crypto/openssh/servconf.c
1051
int line, struct connection_info *ci)
crypto/openssh/servconf.c
1331
struct connection_info *connectinfo, int *inc_flags, int depth,
crypto/openssh/servconf.c
2782
struct connection_info *connectinfo, struct include_list *includes)
crypto/openssh/servconf.c
2831
struct include_list *includes, struct connection_info *connectinfo)
crypto/openssh/servconf.c
2842
parse_server_match_testspec(struct connection_info *ci, char *spec)
crypto/openssh/servconf.c
3037
struct connection_info *connectinfo, int flags, int *activep, int depth)
crypto/openssh/servconf.c
3066
struct connection_info *connectinfo, int reexec)
crypto/openssh/servconf.c
83
struct connection_info *connectinfo, int flags, int *activep, int depth);
crypto/openssh/servconf.h
326
int *, struct connection_info *, struct include_list *includes);
crypto/openssh/servconf.h
329
struct include_list *includes, struct connection_info *, int);
crypto/openssh/servconf.h
331
struct include_list *includes, struct connection_info *);
crypto/openssh/servconf.h
332
int parse_server_match_testspec(struct connection_info *, char *);
crypto/openssh/sshd-auth.c
455
struct connection_info *connection_info = NULL;
crypto/openssh/sshd-auth.c
571
connection_info = server_get_connection_info(ssh, 0, 0);
crypto/openssh/sshd-auth.c
572
if (parse_server_match_testspec(connection_info,
crypto/openssh/sshd-session.c
849
struct connection_info *connection_info = NULL;
crypto/openssh/sshd-session.c
963
connection_info = server_get_connection_info(ssh, 0, 0);
crypto/openssh/sshd-session.c
964
if (parse_server_match_testspec(connection_info,
crypto/openssh/sshd.c
1345
print_config(struct connection_info *connection_info)
crypto/openssh/sshd.c
1347
connection_info->test = 1;
crypto/openssh/sshd.c
1348
parse_server_match_config(&options, &includes, connection_info);
crypto/openssh/sshd.c
1373
struct connection_info connection_info;
crypto/openssh/sshd.c
1377
memset(&connection_info, 0, sizeof(connection_info));
crypto/openssh/sshd.c
1496
if (parse_server_match_testspec(&connection_info,
crypto/openssh/sshd.c
1638
print_config(&connection_info);
crypto/openssh/sshd.c
1816
print_config(&connection_info);