Lines Matching full:forward
23 int listen_port; /* Port to forward. */
27 } Forward;
34 int forward_agent; /* Forward authentication agent. */
35 int forward_x11; /* Forward X11 display. */
37 int forward_x11_trusted; /* Trust Forward X11 display. */
100 /* Local TCP/IP forward requests. */
102 Forward *local_forwards;
104 /* Remote TCP/IP forward requests. */
106 Forward *remote_forwards;
153 int parse_forward(Forward *, const char *, int, int);
158 void add_local_forward(Options *, const Forward *);
159 void add_remote_forward(Options *, const Forward *);