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

/freebsd-10.0-release/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.c140 const char *errstr, *proxyhost = "", *proxyport = NULL; local
369 proxyport = proxy;
478 proxyhost, proxyport, proxyhints, socksv,
/freebsd-10.0-release/usr.sbin/portsnap/phttpget/
H A Dphttpget.c51 static const char * proxyport; variable
142 proxyport = p + 1;
144 proxyport = "3128";
344 env_HTTP_PROXY ? proxyport : "http", &hints, &res0);
348 env_HTTP_PROXY ? proxyport : "http",

Completed in 73 milliseconds