Searched refs:ForwardOptions (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | channels.h | 260 struct ForwardOptions; 270 int channel_input_port_forward_request(int, struct ForwardOptions *); 278 int channel_setup_local_fwd_listener(struct Forward *, struct ForwardOptions *); 280 int channel_setup_remote_fwd_listener(struct Forward *, int *, struct ForwardOptions *); 282 int channel_cancel_lport_listener(struct Forward *, int, struct ForwardOptions *);
|
D | misc.h | 31 struct ForwardOptions { struct
|
D | readconf.h | 38 struct ForwardOptions fwd_opts; /* forwarding options */
|
D | servconf.h | 95 struct ForwardOptions fwd_opts; /* forwarding options */
|
D | channels.c | 2751 int is_client, struct ForwardOptions *fwd_opts) 2799 int *allocated_listen_port, struct ForwardOptions *fwd_opts) 2943 struct ForwardOptions *fwd_opts) 3068 int cport, struct ForwardOptions *fwd_opts) 3129 channel_cancel_lport_listener(struct Forward *fwd, int cport, struct ForwardOptions *fwd_opts) 3139 channel_setup_local_fwd_listener(struct Forward *fwd, struct ForwardOptions *fwd_opts) 3153 int *allocated_listen_port, struct ForwardOptions *fwd_opts) 3421 channel_input_port_forward_request(int is_root, struct ForwardOptions *fwd_opts)
|