Searched defs:proxy_port (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libkmf/libkmf/common/ |
H A D | client.c | 478 int port, char *proxy, int proxy_port, char *respfile, 494 final_proxy_port = (proxy_port == 0 || proxy_port == -1) ? 495 80 : proxy_port; 570 download_file(char *uri, char *proxy, int proxy_port, argument 620 final_proxy_port = (proxy_port == 0 || proxy_port == -1) ? 621 80 : proxy_port; 658 kmf_download_crl(KMF_HANDLE_T handle, char *uri, char *proxy, int proxy_port, argument 699 ret = download_file(uri, proxy, proxy_port, maxsec 476 kmf_get_encoded_ocsp_response(KMF_HANDLE_T handle, char *reqfile, char *hostname, int port, char *proxy, int proxy_port, char *respfile, unsigned int maxsecs) argument 732 kmf_download_cert(KMF_HANDLE_T handle, char *uri, char *proxy, int proxy_port, unsigned int maxsecs, char *certfile, KMF_ENCODE_FORMAT *pformat) argument 815 int host_port = 0, proxy_port = 0; local [all...] |
H A D | certop.c | 1411 int proxy_port = 0; local 1424 proxy_port = strtol(proxy_port_s, NULL, 0); 1426 proxy_port = 8080; /* default */ 1454 proxy_port, 30, filename, format);
|
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | pkgweb.c | 336 * proxy_port - HTTP proxy port to use, ignored 350 keystore_handle_t keystore, char *proxy, ushort_t proxy_port, 362 if (!parse_url_proxy(err, url, proxy, proxy_port)) { 1606 * proxy_port - Default proxy port to use if no proxy 1614 parse_url_proxy(PKG_ERR *err, char *url, char *proxy, ushort_t proxy_port) argument 1629 if (url_parse_hostport(proxy, &ps->proxy, proxy_port) 349 web_session_control(PKG_ERR *err, char *url, char *dwnld_dir, keystore_handle_t keystore, char *proxy, ushort_t proxy_port, int retries, int timeout, int nointeract, char **fname) argument
|
Completed in 33 milliseconds