Searched defs:proxy (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Ddownload.c48 char *proxy = NULL; local
135 * Get the http proxy from the command "http_proxy" option or the
148 proxy = strtok(ptmp, ":");
169 rv = kmf_download_crl(kmfhandle, url, proxy, proxy_port, 30,
172 rv = kmf_download_cert(kmfhandle, url, proxy, proxy_port, 30,
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsetadmin.c68 &adm.proxy, "proxy",
296 * Description: Retrieves proxy setting from admin file
297 * Parameters: proxy - where to store resulting proxy (host:port or URL)
298 * port - Where to store resulting proxy port
299 * Returns: B_TRUE - admin file had a valid proxy setting,
300 * and it is stored in "proxy".
301 * B_FALSE - no proxy setting in admin file, or
305 get_proxy_port_admin(char **proxy, ushort_ argument
[all...]
/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.h44 url_hport_t proxy; /* proxy, if any being used */ member in struct:__anon2017
H A Dbootlog.c517 static url_hport_t proxy; local
535 * If there is a http-proxy, ensure that it's a legal host:port.
540 if (url_parse_hostport(hpstr, &proxy,
548 if (proxy_valid && http_set_proxy(handle, &proxy) != 0)
H A Dboot_http.c104 url_hport_t proxy; /* The proxy info */ member in struct:http_conn_t
134 #define CONN_PROXY_HOSTNAME c_id->proxy.hostname
135 #define CONN_PROXY_PORT c_id->proxy.port
350 * http_set_proxy - Establish the proxy name/port.
352 * ret = http_set_proxy(handle, proxy);
356 * proxy - The hostport definition for the proxy. If NULL,
357 * The next connect will not use a proxy.
364 http_set_proxy(http_handle_t handle, const url_hport_t *proxy) argument
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DElement.java112 * proxy.
115 * @param proxy The proxy item used to retrieve the property.
119 protected Value getProperty(String name, long proxy) argument
127 if (PoolInternal.pool_get_property(_conf.getConf(), proxy, name,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_rlock.c59 * So this implementation uses reference counts and proxy range locks.
60 * Firstly, only reader locks use reference counts and proxy locks,
62 * When a reader lock overlaps with another then a proxy lock is created
64 * is exact then the reference count of the proxy is simply incremented.
65 * Otherwise, the proxy lock is split into smaller lock ranges and
66 * new proxy locks created for non overlapping ranges.
187 * If this is an original (non-proxy) lock then replace it by
188 * a proxy and return the proxy.
193 rl_t *proxy; local
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.h98 url_hport_t proxy; member in struct:__anon3780
117 extern ushort_t strip_port(char *proxy);
H A Dpkgweb.c140 url_hport_t *proxy; member in struct:__anon3773
194 * Description: Resolves proxy specification
197 * proxy - Location to store result - if *proxy is not
201 * on success, *proxy and *port are set to either
202 * the user-supplied proxy and port, or the
207 get_proxy_port(PKG_ERR *err, char **proxy, ushort_t *port) argument
209 if (*proxy != NULL) {
210 if (!path_valid(*proxy)) {
211 /* bad proxy supplie
350 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
649 strip_port(char *proxy) argument
764 ds_validate_signature(PKG_ERR *err, struct pkgdev *pkgdev, char **pkgs, char *ids_name, PKCS7 *p7, STACK_OF(X509) *cas, url_hport_t *proxy, int nointeract) argument
836 validate_signature(PKG_ERR *err, char *name, BIO *indata, PKCS7 *p7, STACK_OF(X509) *cas, url_hport_t *proxy, int nointeract) argument
1037 url_hport_t *proxy; local
1202 ocsp_verify(PKG_ERR *err, X509 *cert, X509 *issuer, char *uri, url_hport_t *proxy, STACK_OF(X509) *cas) argument
1617 parse_url_proxy(PKG_ERR *err, char *url, char *proxy, ushort_t proxy_port) argument
2866 get_ENV_proxy(PKG_ERR *err, char **proxy) argument
[all...]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat_y.y153 map: mapit ifnames addr IPNY_TLATE rhaddr proxy mapoptions
187 | mapit ifnames mapfrom IPNY_TLATE rhaddr proxy mapoptions
281 proxy: | IPNY_PROXY IPNY_PORT portspec YY_STR '/' proto label
286 yyerror("proxy port numbers not consistant");
705 | proxy { if (nat->in_plabel[0] != '\0') {
810 { "proxy", IPNY_PROXY },
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dinstall.h100 char *proxy; member in struct:admin
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmfpolicy.h42 char *proxy; member in struct:__anon3411
57 char *proxy; member in struct:__anon3413
99 #define VAL_OCSP_PROXY VAL_OCSP_BASIC.proxy
115 #define VAL_CRL_PROXY validation_info.crl_info.proxy
146 #define KMF_OCSP_PROXY_ATTR "proxy"
159 #define KMF_CRL_PROXY_ATTR "proxy"
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c483 int port, char *proxy, int proxy_port, char *respfile,
504 if (proxy != NULL) {
505 sock = connect_to_server(proxy, final_proxy_port);
515 if (proxy != NULL) {
575 download_file(char *uri, char *proxy, int proxy_port, argument
624 if (proxy != NULL) {
628 sock = connect_to_server(proxy, final_proxy_port);
663 kmf_download_crl(KMF_HANDLE_T handle, char *uri, char *proxy, int proxy_port, argument
704 ret = download_file(uri, proxy, proxy_port, maxsecs, tmpfd);
737 kmf_download_cert(KMF_HANDLE_T handle, char *uri, char *proxy, in argument
481 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
[all...]
H A Dcertop.c1399 cert_get_crl(KMF_HANDLE_T handle, const KMF_DATA *cert, char *proxy, argument
1416 /* Get the proxy info */
1417 if (proxy != NULL) {
1418 proxyname = strtok(proxy, ":");
1528 char *proxy = NULL; local
1595 proxy = policy->validation_info.crl_info.proxy;
1596 ret = cert_get_crl(handle, user_cert, proxy, crlfile_tmp,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp_var.h115 EXTERN int proxy; /* proxy server connection active */ variable
116 EXTERN int proxflag; /* proxy connection exists */
124 EXTERN char pasv[64]; /* passive port for proxy data connection */
224 char c_proxy; /* proxy server may execute */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c93 int xflag; /* Socks proxy */
133 char *host, *uport, *proxy; local
164 socksv = -1; /* HTTP proxy CONNECT */
170 errx(1, "unsupported proxy protocol");
221 if ((proxy = strdup(optarg)) == NULL)
294 errx(1, "no proxy support for UDP mode");
297 errx(1, "no proxy support for listen");
300 errx(1, "no proxy support for unix sockets");
303 errx(1, "no proxy support for IPv6");
306 errx(1, "no proxy suppor
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c306 char *proxy = NULL; local
780 * Public interface: Specify a HTTP[S] proxy to use when
781 * downloading packages The format of proxy is host:port,
782 * where host is the hostname of the HTTP[S] proxy, and
783 * port is the port number associated with the proxy. This
785 * proxy. See ENVIRONMENT VARIABLES for more information
786 * on alternate methods of specifying a default proxy.
794 proxy = optarg;
928 if (askflag && proxy) {
1151 if (!get_proxy_port(err, &proxy,
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h191 u32 proxy[4]; member in struct:tp_proxy_stats
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c5600 mDNSlocal void LogAuthRecords(mDNS *const m, const mDNSs32 now, AuthRecord *ResourceRecords, int *proxy) argument
5608 if ((ar->WakeUp.HMAC.l[0] != 0) == (proxy != mDNSNULL))
5611 if (proxy) (*proxy)++;

Completed in 112 milliseconds