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

12

/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/boot/sys/boot/fdt/dts/powerpc/
H A Dp2041si.dtsi186 dcsr-cpu-sb-proxy@40000 {
187 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
191 dcsr-cpu-sb-proxy@41000 {
192 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
196 dcsr-cpu-sb-proxy@42000 {
197 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
201 dcsr-cpu-sb-proxy
[all...]
H A Dp3041si.dtsi187 dcsr-cpu-sb-proxy@40000 {
188 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
192 dcsr-cpu-sb-proxy@41000 {
193 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
197 dcsr-cpu-sb-proxy@42000 {
198 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
202 dcsr-cpu-sb-proxy
[all...]
H A Dp5020si.dtsi182 dcsr-cpu-sb-proxy@40000 {
183 compatible = "fsl,dcsr-e5500-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
187 dcsr-cpu-sb-proxy@41000 {
188 compatible = "fsl,dcsr-e5500-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
/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-crypto/kmfcfg/
H A Dmodify.c107 "P:(ocsp-proxy)"
117 "X:(crl-proxy)"
263 gettext("Error proxy input.\n"));
414 gettext("Error proxy input.\n"));
694 if (oplc.VAL_OCSP_BASIC.proxy) {
695 free(oplc.VAL_OCSP_BASIC.proxy);
696 oplc.VAL_OCSP_BASIC.proxy = NULL;
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
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/uts/common/io/cxgbe/common/
H A Dcommon.h191 u32 proxy[4]; member in struct:tp_proxy_stats
H A Dt4_hw.c2818 * t4_tp_get_proxy_stats - read TP's proxy MIB counters
2822 * Returns the values of TP's proxy counters.
2827 t4_read_indirect(adap, A_TP_MIB_INDEX, A_TP_MIB_DATA, st->proxy,
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh72 2 proxy
73 3 proxy anonymous
312 multiple credential levels and is ordered. If a proxy level
314 for the proxy agent along with a password. This proxy agent
1050 LDAP_CRED_LEVEL="proxy"
1130 # Only display proxy stuff if needed.
1792 2) LDAP_CRED_LEVEL="proxy"
1794 3) LDAP_CRED_LEVEL="proxy anonymous"
2789 get_ans "Enter DN for proxy agen
[all...]
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh258 HELP - The bind DN of the proxy user used to obtain configuration
291 HELP - The bind DN of the proxy user the ypserv to read or write
2096 # Ask proxy user bind DN only if needed.
2103 # Password for proxy user. Must be supplied if the authentication method
2162 # Ask proxy user bind DN only if needed.
2169 # Password for proxy user. Must be supplied if the authentication method
/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 278 milliseconds

12