Symbol: Forward
crypto/openssh/channels.c
3794
struct Forward *fwd, int *allocated_listen_port,
crypto/openssh/channels.c
3952
struct Forward *fwd, struct ForwardOptions *fwd_opts)
crypto/openssh/channels.c
4068
channel_cancel_rport_listener(struct ssh *ssh, struct Forward *fwd)
crypto/openssh/channels.c
4144
struct Forward *fwd, int cport, struct ForwardOptions *fwd_opts)
crypto/openssh/channels.c
4158
struct Forward *fwd, struct ForwardOptions *fwd_opts)
crypto/openssh/channels.c
4171
remote_open_match(struct permission *allowed_open, struct Forward *fwd)
crypto/openssh/channels.c
4198
check_rfwd_permission(struct ssh *ssh, struct Forward *fwd)
crypto/openssh/channels.c
4234
channel_setup_remote_fwd_listener(struct ssh *ssh, struct Forward *fwd,
crypto/openssh/channels.c
4290
channel_request_remote_forwarding(struct ssh *ssh, struct Forward *fwd)
crypto/openssh/channels.c
4478
channel_request_rforward_cancel(struct ssh *ssh, struct Forward *fwd)
crypto/openssh/channels.h
350
struct Forward;
crypto/openssh/channels.h
367
int channel_request_remote_forwarding(struct ssh *, struct Forward *);
crypto/openssh/channels.h
368
int channel_setup_local_fwd_listener(struct ssh *, struct Forward *,
crypto/openssh/channels.h
370
int channel_request_rforward_cancel(struct ssh *, struct Forward *);
crypto/openssh/channels.h
371
int channel_setup_remote_fwd_listener(struct ssh *, struct Forward *,
crypto/openssh/channels.h
373
int channel_cancel_rport_listener(struct ssh *, struct Forward *);
crypto/openssh/channels.h
374
int channel_cancel_lport_listener(struct ssh *, struct Forward *,
crypto/openssh/clientloop.c
990
struct Forward fwd;
crypto/openssh/misc.c
2010
forward_equals(const struct Forward *a, const struct Forward *b)
crypto/openssh/misc.h
42
int forward_equals(const struct Forward *, const struct Forward *);
crypto/openssh/mux.c
1762
mux_client_forward(int fd, int cancel_flag, u_int ftype, struct Forward *fwd)
crypto/openssh/mux.c
529
format_forward(u_int ftype, struct Forward *fwd)
crypto/openssh/mux.c
575
compare_forward(struct Forward *a, struct Forward *b)
crypto/openssh/mux.c
598
struct Forward *rfwd;
crypto/openssh/mux.c
685
struct Forward fwd;
crypto/openssh/mux.c
850
struct Forward fwd, *found_fwd;
crypto/openssh/readconf.c
1149
struct Forward fwd;
crypto/openssh/readconf.c
3229
parse_forward(struct Forward *fwd, const char *fwdspec, int dynamicfwd, int remotefwd)
crypto/openssh/readconf.c
3581
dump_cfg_forwards(OpCodes code, u_int count, const struct Forward *fwds)
crypto/openssh/readconf.c
3583
const struct Forward *fwd;
crypto/openssh/readconf.c
381
add_local_forward(Options *options, const struct Forward *newfwd)
crypto/openssh/readconf.c
383
struct Forward *fwd;
crypto/openssh/readconf.c
410
add_remote_forward(Options *options, const struct Forward *newfwd)
crypto/openssh/readconf.c
412
struct Forward *fwd;
crypto/openssh/readconf.h
105
struct Forward *local_forwards;
crypto/openssh/readconf.h
109
struct Forward *remote_forwards;
crypto/openssh/readconf.h
246
int parse_forward(struct Forward *, const char *, int, int);
crypto/openssh/readconf.h
254
void add_local_forward(Options *, const struct Forward *);
crypto/openssh/readconf.h
255
void add_remote_forward(Options *, const struct Forward *);
crypto/openssh/serverloop.c
738
struct Forward fwd;
crypto/openssh/ssh.c
1957
struct Forward *rfwd = (struct Forward *)ctxt;
crypto/openssh/ssh.c
684
struct Forward fwd;