Symbol: Forward
crypto/openssh/channels.c
3790
struct Forward *fwd, int *allocated_listen_port,
crypto/openssh/channels.c
3948
struct Forward *fwd, struct ForwardOptions *fwd_opts)
crypto/openssh/channels.c
4064
channel_cancel_rport_listener(struct ssh *ssh, struct Forward *fwd)
crypto/openssh/channels.c
4140
struct Forward *fwd, int cport, struct ForwardOptions *fwd_opts)
crypto/openssh/channels.c
4154
struct Forward *fwd, struct ForwardOptions *fwd_opts)
crypto/openssh/channels.c
4167
remote_open_match(struct permission *allowed_open, struct Forward *fwd)
crypto/openssh/channels.c
4194
check_rfwd_permission(struct ssh *ssh, struct Forward *fwd)
crypto/openssh/channels.c
4230
channel_setup_remote_fwd_listener(struct ssh *ssh, struct Forward *fwd,
crypto/openssh/channels.c
4286
channel_request_remote_forwarding(struct ssh *ssh, struct Forward *fwd)
crypto/openssh/channels.c
4474
channel_request_rforward_cancel(struct ssh *ssh, struct Forward *fwd)
crypto/openssh/channels.h
348
struct Forward;
crypto/openssh/channels.h
365
int channel_request_remote_forwarding(struct ssh *, struct Forward *);
crypto/openssh/channels.h
366
int channel_setup_local_fwd_listener(struct ssh *, struct Forward *,
crypto/openssh/channels.h
368
int channel_request_rforward_cancel(struct ssh *, struct Forward *);
crypto/openssh/channels.h
369
int channel_setup_remote_fwd_listener(struct ssh *, struct Forward *,
crypto/openssh/channels.h
371
int channel_cancel_rport_listener(struct ssh *, struct Forward *);
crypto/openssh/channels.h
372
int channel_cancel_lport_listener(struct ssh *, struct Forward *,
crypto/openssh/clientloop.c
989
struct Forward fwd;
crypto/openssh/misc.c
1989
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
1763
mux_client_forward(int fd, int cancel_flag, u_int ftype, struct Forward *fwd)
crypto/openssh/mux.c
530
format_forward(u_int ftype, struct Forward *fwd)
crypto/openssh/mux.c
576
compare_forward(struct Forward *a, struct Forward *b)
crypto/openssh/mux.c
599
struct Forward *rfwd;
crypto/openssh/mux.c
686
struct Forward fwd;
crypto/openssh/mux.c
851
struct Forward fwd, *found_fwd;
crypto/openssh/readconf.c
1056
struct Forward fwd;
crypto/openssh/readconf.c
3108
parse_forward(struct Forward *fwd, const char *fwdspec, int dynamicfwd, int remotefwd)
crypto/openssh/readconf.c
3458
dump_cfg_forwards(OpCodes code, u_int count, const struct Forward *fwds)
crypto/openssh/readconf.c
3460
const struct Forward *fwd;
crypto/openssh/readconf.c
378
add_local_forward(Options *options, const struct Forward *newfwd)
crypto/openssh/readconf.c
380
struct Forward *fwd;
crypto/openssh/readconf.c
407
add_remote_forward(Options *options, const struct Forward *newfwd)
crypto/openssh/readconf.c
409
struct Forward *fwd;
crypto/openssh/readconf.h
106
struct Forward *local_forwards;
crypto/openssh/readconf.h
110
struct Forward *remote_forwards;
crypto/openssh/readconf.h
245
int parse_forward(struct Forward *, const char *, int, int);
crypto/openssh/readconf.h
253
void add_local_forward(Options *, const struct Forward *);
crypto/openssh/readconf.h
254
void add_remote_forward(Options *, const struct Forward *);
crypto/openssh/serverloop.c
737
struct Forward fwd;
crypto/openssh/ssh.c
1878
struct Forward *rfwd = (struct Forward *)ctxt;
crypto/openssh/ssh.c
679
struct Forward fwd;