Symbol: Forward
usr.bin/ssh/channels.c
3836
struct Forward *fwd, int *allocated_listen_port,
usr.bin/ssh/channels.c
3987
struct Forward *fwd, struct ForwardOptions *fwd_opts)
usr.bin/ssh/channels.c
4103
channel_cancel_rport_listener(struct ssh *ssh, struct Forward *fwd)
usr.bin/ssh/channels.c
4179
struct Forward *fwd, int cport, struct ForwardOptions *fwd_opts)
usr.bin/ssh/channels.c
4193
struct Forward *fwd, struct ForwardOptions *fwd_opts)
usr.bin/ssh/channels.c
4206
remote_open_match(struct permission *allowed_open, struct Forward *fwd)
usr.bin/ssh/channels.c
4233
check_rfwd_permission(struct ssh *ssh, struct Forward *fwd)
usr.bin/ssh/channels.c
4269
channel_setup_remote_fwd_listener(struct ssh *ssh, struct Forward *fwd,
usr.bin/ssh/channels.c
4325
channel_request_remote_forwarding(struct ssh *ssh, struct Forward *fwd)
usr.bin/ssh/channels.c
4513
channel_request_rforward_cancel(struct ssh *ssh, struct Forward *fwd)
usr.bin/ssh/channels.h
358
struct Forward;
usr.bin/ssh/channels.h
375
int channel_request_remote_forwarding(struct ssh *, struct Forward *);
usr.bin/ssh/channels.h
376
int channel_setup_local_fwd_listener(struct ssh *, struct Forward *,
usr.bin/ssh/channels.h
378
int channel_request_rforward_cancel(struct ssh *, struct Forward *);
usr.bin/ssh/channels.h
379
int channel_setup_remote_fwd_listener(struct ssh *, struct Forward *,
usr.bin/ssh/channels.h
381
int channel_cancel_rport_listener(struct ssh *, struct Forward *);
usr.bin/ssh/channels.h
382
int channel_cancel_lport_listener(struct ssh *, struct Forward *,
usr.bin/ssh/clientloop.c
983
struct Forward fwd;
usr.bin/ssh/misc.c
1989
forward_equals(const struct Forward *a, const struct Forward *b)
usr.bin/ssh/misc.h
42
int forward_equals(const struct Forward *, const struct Forward *);
usr.bin/ssh/mux.c
1856
mux_client_forward(int fd, int cancel_flag, u_int ftype, struct Forward *fwd)
usr.bin/ssh/mux.c
562
format_forward(u_int ftype, struct Forward *fwd)
usr.bin/ssh/mux.c
608
compare_forward(struct Forward *a, struct Forward *b)
usr.bin/ssh/mux.c
631
struct Forward *rfwd;
usr.bin/ssh/mux.c
719
struct Forward fwd;
usr.bin/ssh/mux.c
884
struct Forward fwd, *found_fwd;
usr.bin/ssh/readconf.c
1136
struct Forward fwd;
usr.bin/ssh/readconf.c
3268
parse_forward(struct Forward *fwd, const char *fwdspec, int dynamicfwd, int remotefwd)
usr.bin/ssh/readconf.c
364
add_local_forward(Options *options, const struct Forward *newfwd)
usr.bin/ssh/readconf.c
366
struct Forward *fwd;
usr.bin/ssh/readconf.c
3671
dump_cfg_forwards(OpCodes code, u_int count, const struct Forward *fwds)
usr.bin/ssh/readconf.c
3673
const struct Forward *fwd;
usr.bin/ssh/readconf.c
393
add_remote_forward(Options *options, const struct Forward *newfwd)
usr.bin/ssh/readconf.c
395
struct Forward *fwd;
usr.bin/ssh/readconf.h
106
struct Forward *local_forwards;
usr.bin/ssh/readconf.h
110
struct Forward *remote_forwards;
usr.bin/ssh/readconf.h
249
int parse_forward(struct Forward *, const char *, int, int);
usr.bin/ssh/readconf.h
259
void add_local_forward(Options *, const struct Forward *);
usr.bin/ssh/readconf.h
260
void add_remote_forward(Options *, const struct Forward *);
usr.bin/ssh/serverloop.c
751
struct Forward fwd;
usr.bin/ssh/ssh.c
1904
struct Forward *rfwd = (struct Forward *)ctxt;
usr.bin/ssh/ssh.c
639
struct Forward fwd;