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

/freebsd-11-stable/contrib/netcat/
H A Dsocks.c128 const char *proxyhost, const char *proxyport, struct addrinfo proxyhints,
141 if (proxyport == NULL)
142 proxyport = (socksv == -1) ? HTTP_PROXY_PORT : SOCKS_PORT;
154 proxyfd = remote_connect(proxyhost, proxyport, proxyhints);
126 socks_connect(const char *host, const char *port, struct addrinfo hints __attribute__ ((__unused__)), const char *proxyhost, const char *proxyport, struct addrinfo proxyhints, int socksv, const char *proxyuser) argument
H A Dnetcat.c151 const char *errstr, *proxyhost = "", *proxyport = NULL; local
385 proxyport = proxy;
494 proxyhost, proxyport, proxyhints, socksv,
/freebsd-11-stable/usr.sbin/portsnap/phttpget/
H A Dphttpget.c53 static const char * proxyport; variable
144 proxyport = p + 1;
146 proxyport = "3128";
346 env_HTTP_PROXY ? proxyport : "http", &hints, &res0);
350 env_HTTP_PROXY ? proxyport : "http",
/freebsd-11-stable/crypto/openssh/regress/
H A Dnetcat.c151 const char *errstr, *proxyhost = "", *proxyport = NULL; local
357 proxyport = proxy;
466 proxyhost, proxyport, proxyhints, socksv,
1446 const char *proxyhost, const char *proxyport, struct addrinfo proxyhints,
1459 if (proxyport == NULL)
1460 proxyport = (socksv == -1) ? HTTP_PROXY_PORT : SOCKS_PORT;
1472 proxyfd = remote_connect(proxyhost, proxyport, proxyhints);
1444 socks_connect(const char *host, const char *port, struct addrinfo hints __attribute__ ((__unused__)), const char *proxyhost, const char *proxyport, struct addrinfo proxyhints, int socksv, const char *proxyuser) argument

Completed in 171 milliseconds