Home
last modified time | relevance | path

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

/external/openssh/regress/
Dnetcat.c151 const char *errstr, *proxyhost = "", *proxyport = NULL; in main() local
357 proxyport = proxy; in main()
466 proxyhost, proxyport, proxyhints, socksv, in main()
1446 const char *proxyhost, const char *proxyport, struct addrinfo proxyhints, in socks_connect() argument
1459 if (proxyport == NULL) in socks_connect()
1460 proxyport = (socksv == -1) ? HTTP_PROXY_PORT : SOCKS_PORT; in socks_connect()
1472 proxyfd = remote_connect(proxyhost, proxyport, proxyhints); in socks_connect()
/external/netcat/
Dnetcat.c132 const char *errstr, *proxyhost = "", *proxyport = NULL; in main() local
358 proxyport = proxy; in main()
453 proxyhost, proxyport, proxyhints, socksv, in main()
/external/curl/lib/
Durldata.h1537 long proxyport; /* If non-zero, use this port number by default. If the member
Durl.c531 set->proxyport = CURL_DEFAULT_PROXY_PORT; /* from url.h */ in Curl_init_userdefined()
1406 data->set.proxyport = va_arg(param, long); in Curl_setopt()
4996 if(data->set.proxyport) in parse_proxy()
4999 port = data->set.proxyport; in parse_proxy()
/external/curl/
DCHANGES.017689 - -x can now also specify proxyport when used as in 'proxyhost:proxyport'