Home
last modified time | relevance | path

Searched refs:proxyport (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/netcat/
H A Dsocks.c128 const char *proxyhost, const char *proxyport, struct addrinfo proxyhints, in socks_connect() argument
141 if (proxyport == NULL) in socks_connect()
142 proxyport = (socksv == -1) ? HTTP_PROXY_PORT : SOCKS_PORT; in socks_connect()
154 proxyfd = remote_connect(proxyhost, proxyport, proxyhints); in socks_connect()
H A Dnetcat.c167 const char *errstr, *proxyhost = "", *proxyport = NULL, *tundev = NULL; in main() local
437 proxyport = proxy; in main()
548 proxyhost, proxyport, proxyhints, socksv, in main()
/freebsd/libexec/phttpget/
H A Dphttpget.c50 static const char * proxyport; variable
141 proxyport = p + 1; in readenv()
143 proxyport = "3128"; in readenv()
343 env_HTTP_PROXY ? proxyport : "http", &hints, &res0); in main()
347 env_HTTP_PROXY ? proxyport : "http", in main()
/freebsd/crypto/openssh/regress/
H A Dnetcat.c158 const char *errstr, *proxyhost = "", *proxyport = NULL; in main() local
366 proxyport = proxy; in main()
475 proxyhost, proxyport, proxyhints, socksv, in main()
1473 const char *proxyhost, const char *proxyport, struct addrinfo proxyhints, in socks_connect() argument
1486 if (proxyport == NULL) in socks_connect()
1487 proxyport = (socksv == -1) ? HTTP_PROXY_PORT : SOCKS_PORT; in socks_connect()
1499 proxyfd = remote_connect(proxyhost, proxyport, proxyhints); in socks_connect()