Lines Matching refs:port
13 [B<-connect> I<host:port>]
15 [B<-port> I<port>]
16 [B<-bind> I<host:port>]
17 [B<-proxy> I<host:port>]
129 [I<host>:I<port>]
154 =item B<-connect> I<host>:I<port>
156 This specifies the host and optional port to connect to. It is possible to
157 select the host and port using the optional target positional argument instead.
159 is made to connect to the local host on port 4433.
165 =item B<-port> I<port>
167 Connect to the specified port; use B<-connect> instead.
169 =item B<-bind> I<host:port>
171 This specifies the host address and or port to bind as the source for the
172 connection. For Unix-domain sockets the port is ignored and the host is
175 =item B<-proxy> I<host:port>
177 When used with the B<-connect> flag, the program uses the host and port
802 =item I<host>:I<port>
804 Rather than providing B<-connect>, the target hostname and optional port may
807 I<localhost> on port I<4433>.
848 would typically be used (https uses port 443). If the connection succeeds
884 connections to come from some particular address and or port.