Searched refs:proxy (Results 1 - 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/cmd/ipf/examples/
H A DBASIC.NAT11 # To make ftp work, using the internal ftp proxy, use:
13 map ppp0 w.x.y.z/24 -> a.b.c.d/32 proxy port ftp ftp/tcp
H A DMakefile33 example.13 example.sr firewall ftp-proxy \
/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/tools/scripts/
H A Dhgsetup.sh46 "usage: $prog [-f] [-c cdm_path] [-m merge_path] [-n name] [-e email] [-p proxy] [-s style_path]
52 -p proxy : enable use of web proxy with specified proxy
57 proxy should be in the form of hostname:port
69 p) proxy=$OPTARG;;
117 if [[ -n $proxy ]]; then
119 host=$proxy
138 if [[ -n $proxy ]]; then
139 echo " proxy
[all...]
/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/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/cmd-inet/usr.sbin/kssl/ksslcfg/
H A DMakefile31 MANIFEST= kssl-proxy.xml
/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/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 Dpolicy.c87 vinfo->ocsp_info.basic.proxy = (char *)xmlGetProp(n,
161 vinfo->crl_info.proxy = (char *)xmlGetProp(n,
535 if (crlinfo->proxy &&
536 newprop(n, KMF_CRL_PROXY_ATTR, crlinfo->proxy))
588 if (basic->proxy &&
589 newprop(n_basic, KMF_OCSP_PROXY_ATTR, basic->proxy))
832 FREE_POLICY_STR(policy->VAL_OCSP_BASIC.proxy)
838 FREE_POLICY_STR(policy->validation_info.crl_info.proxy)
/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/cmd/cmd-crypto/kmfcfg/
H A Dlist.c108 plc->VAL_OCSP_BASIC.proxy ?
109 plc->VAL_OCSP_BASIC.proxy : "<null>");
153 plc->validation_info.crl_info.proxy ?
154 plc->validation_info.crl_info.proxy : "<null>");
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dinstall.h100 char *proxy; member in struct:admin
/illumos-gate/usr/src/lib/udapl/libdat/include/dat/
H A Dudat_redirection.h110 #define DAT_CNO_CREATE(ia, proxy, cno) \
113 (proxy),\
116 #define DAT_CNO_MODIFY_AGENT(cno, proxy) \
119 (proxy))
/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/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/cmd-inet/usr.bin/ftp/
H A Dcmds.c447 if (proxy) {
729 while ((cp = remglob(argv, proxy)) != NULL) {
815 pswitch(!proxy);
821 pswitch(!proxy);
855 if (!proxy) {
858 (void) printf("Connected for proxy commands to %s.\n",
861 (void) printf("No proxy connection.\n");
1603 if (!proxy) {
1692 extern int proxy;
1694 if (!proxy) {
[all...]
H A Dftp.c416 if (proxy)
757 if (proxy) {
1066 if (proxy && retrcmd) {
1776 if (proxy)
1780 proxy++;
1782 if (!proxy)
1786 proxy = 0;
1874 "proxy server does not support third part transfers.\n");
1979 if (strcmp(cmd, "RETR") && !proxy)
1981 else if ((strcmp(cmd, "RETR") == 0) && proxy)
[all...]
H A Dmain.c213 proxy = 0; /* proxy not active */
645 if (c->c_name && (!proxy || c->c_proxy)) {
H A Druserpass.c173 if (proxy) {
/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/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 },

Completed in 128 milliseconds

12