Symbol: connection_info
crypto/openssh/auth.c
471
struct connection_info *ci;
crypto/openssh/monitor_wrap.c
1150
struct connection_info *
crypto/openssh/monitor_wrap.c
1153
static struct connection_info ci;
crypto/openssh/monitor_wrap.h
100
struct connection_info *
crypto/openssh/servconf.c
1025
match_cfg_line(char **condition, int line, struct connection_info *ci)
crypto/openssh/servconf.c
1254
struct connection_info *connectinfo, int *inc_flags, int depth,
crypto/openssh/servconf.c
2694
struct connection_info *connectinfo, struct include_list *includes)
crypto/openssh/servconf.c
2743
struct include_list *includes, struct connection_info *connectinfo)
crypto/openssh/servconf.c
2753
int parse_server_match_testspec(struct connection_info *ci, char *spec)
crypto/openssh/servconf.c
2944
struct connection_info *connectinfo, int flags, int *activep, int depth)
crypto/openssh/servconf.c
2973
struct connection_info *connectinfo, int reexec)
crypto/openssh/servconf.c
82
struct connection_info *connectinfo, int flags, int *activep, int depth);
crypto/openssh/servconf.h
319
int *, struct connection_info *, struct include_list *includes);
crypto/openssh/servconf.h
322
struct include_list *includes, struct connection_info *, int);
crypto/openssh/servconf.h
324
struct include_list *includes, struct connection_info *);
crypto/openssh/servconf.h
325
int parse_server_match_testspec(struct connection_info *, char *);
crypto/openssh/sshd-session.c
881
struct connection_info *connection_info = NULL;
crypto/openssh/sshd-session.c
994
connection_info = server_get_connection_info(ssh, 0, 0);
crypto/openssh/sshd-session.c
995
if (parse_server_match_testspec(connection_info,
crypto/openssh/sshd.c
1167
print_config(struct connection_info *connection_info)
crypto/openssh/sshd.c
1169
connection_info->test = 1;
crypto/openssh/sshd.c
1170
parse_server_match_config(&options, &includes, connection_info);
crypto/openssh/sshd.c
1195
struct connection_info connection_info;
crypto/openssh/sshd.c
1198
memset(&connection_info, 0, sizeof(connection_info));
crypto/openssh/sshd.c
1316
if (parse_server_match_testspec(&connection_info,
crypto/openssh/sshd.c
1450
print_config(&connection_info);
crypto/openssh/sshd.c
1628
print_config(&connection_info);