Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.h362 struct ForwardOptions;
380 struct ForwardOptions *);
383 int *, struct ForwardOptions *);
386 int, struct ForwardOptions *);
H A Dreadconf.h38 struct ForwardOptions fwd_opts; /* forwarding options */
H A Dservconf.h129 struct ForwardOptions fwd_opts; /* forwarding options */
H A Dmisc.h48 struct ForwardOptions { struct
H A Dchannels.c3818 int is_client, struct ForwardOptions *fwd_opts) in channel_fwd_bind_addr()
3873 struct ForwardOptions *fwd_opts) in channel_setup_fwd_listener_tcpip()
4030 struct Forward *fwd, struct ForwardOptions *fwd_opts) in channel_setup_fwd_listener_streamlocal()
4160 struct ForwardOptions *fwd_opts) in channel_cancel_lport_listener_tcpip()
4222 struct Forward *fwd, int cport, struct ForwardOptions *fwd_opts) in channel_cancel_lport_listener()
4236 struct Forward *fwd, struct ForwardOptions *fwd_opts) in channel_setup_local_fwd_listener()
4313 int *allocated_listen_port, struct ForwardOptions *fwd_opts) in channel_setup_remote_fwd_listener()
H A DChangeLog1181 upstream: misc.h is needed for ForwardOptions in servconf.h.