Home
last modified time | relevance | path

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

/external/python/httplib2/python2/httplib2/test/functional/
Dtest_proxies.py36 self.httpd, self.proxyport = miniserver.start_server(miniserver.ThisDirHandler)
47 "port": self.proxyport,
76 socks.PROXY_TYPE_HTTP, "localhost", self.proxyport
/external/openssh/regress/
Dnetcat.c154 const char *errstr, *proxyhost = "", *proxyport = NULL; in main() local
360 proxyport = proxy; in main()
469 proxyhost, proxyport, proxyhints, socksv, in main()
1458 const char *proxyhost, const char *proxyport, struct addrinfo proxyhints, in socks_connect() argument
1471 if (proxyport == NULL) in socks_connect()
1472 proxyport = (socksv == -1) ? HTTP_PROXY_PORT : SOCKS_PORT; in socks_connect()
1484 proxyfd = remote_connect(proxyhost, proxyport, proxyhints); in socks_connect()
/external/curl/lib/
Durldata.h1600 long proxyport; /* If non-zero, use this port number by default. If the member
Durl.c503 set->proxyport = 0; in Curl_init_userdefined()
2354 if(data->set.proxyport)
2357 port = data->set.proxyport;
Dsetopt.c977 data->set.proxyport = arg; in Curl_vsetopt()