Home
last modified time | relevance | path

Searched refs:ForwardOptions (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssh/
H A Dchannels.h363 struct ForwardOptions;
381 struct ForwardOptions *);
384 int *, struct ForwardOptions *);
387 int, struct ForwardOptions *);
H A Dreadconf.h38 struct ForwardOptions fwd_opts; /* forwarding options */
H A Dmisc.h48 struct ForwardOptions { struct
H A Dservconf.h369 struct ForwardOptions fwd_opts; /* forwarding options */
H A Dchannels.c3827 int is_client, struct ForwardOptions *fwd_opts) in channel_fwd_bind_addr()
3882 struct ForwardOptions *fwd_opts) in channel_setup_fwd_listener_tcpip()
4039 struct Forward *fwd, struct ForwardOptions *fwd_opts) in channel_setup_fwd_listener_streamlocal()
4169 struct ForwardOptions *fwd_opts) in channel_cancel_lport_listener_tcpip()
4231 struct Forward *fwd, int cport, struct ForwardOptions *fwd_opts) in channel_cancel_lport_listener()
4245 struct Forward *fwd, struct ForwardOptions *fwd_opts) in channel_setup_local_fwd_listener()
4322 int *allocated_listen_port, struct ForwardOptions *fwd_opts) in channel_setup_remote_fwd_listener()
H A DChangeLog3050 upstream: misc.h is needed for ForwardOptions in servconf.h.