Searched refs:ForwardOptions (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | channels.h | 268 struct ForwardOptions; 286 int channel_setup_local_fwd_listener(struct Forward *, struct ForwardOptions *); 288 int channel_setup_remote_fwd_listener(struct Forward *, int *, struct ForwardOptions *); 290 int channel_cancel_lport_listener(struct Forward *, int, struct ForwardOptions *);
|
D | misc.h | 37 struct ForwardOptions { struct
|
D | readconf.h | 38 struct ForwardOptions fwd_opts; /* forwarding options */
|
D | servconf.h | 94 struct ForwardOptions fwd_opts; /* forwarding options */
|
D | channels.c | 3136 int is_client, struct ForwardOptions *fwd_opts) 3184 int *allocated_listen_port, struct ForwardOptions *fwd_opts) 3332 struct ForwardOptions *fwd_opts) 3457 int cport, struct ForwardOptions *fwd_opts) 3518 channel_cancel_lport_listener(struct Forward *fwd, int cport, struct ForwardOptions *fwd_opts) 3528 channel_setup_local_fwd_listener(struct Forward *fwd, struct ForwardOptions *fwd_opts) 3542 int *allocated_listen_port, struct ForwardOptions *fwd_opts)
|