crypto/heimdal/appl/ftp/ftp/cmds.c
1529
if (!proxy) {
crypto/heimdal/appl/ftp/ftp/cmds.c
1610
if (!proxy) {
crypto/heimdal/appl/ftp/ftp/cmds.c
172
if (proxy)
crypto/heimdal/appl/ftp/ftp/cmds.c
1767
if (proxy) {
crypto/heimdal/appl/ftp/ftp/cmds.c
188
if (proxy)
crypto/heimdal/appl/ftp/ftp/cmds.c
461
if (proxy) {
crypto/heimdal/appl/ftp/ftp/cmds.c
730
while ((cp = remglob(argv,proxy)) != NULL) {
crypto/heimdal/appl/ftp/ftp/cmds.c
809
pswitch(!proxy);
crypto/heimdal/appl/ftp/ftp/cmds.c
814
pswitch(!proxy);
crypto/heimdal/appl/ftp/ftp/cmds.c
858
if (!proxy) {
crypto/heimdal/appl/ftp/ftp/extern.h
161
extern int proxy;
crypto/heimdal/appl/ftp/ftp/ftp.c
1512
if (proxy)
crypto/heimdal/appl/ftp/ftp/ftp.c
1516
proxy++;
crypto/heimdal/appl/ftp/ftp/ftp.c
1518
if (!proxy)
crypto/heimdal/appl/ftp/ftp/ftp.c
1522
proxy = 0;
crypto/heimdal/appl/ftp/ftp/ftp.c
1644
if (strcmp (cmd, "RETR") && !proxy)
crypto/heimdal/appl/ftp/ftp/ftp.c
1646
else if (!strcmp (cmd, "RETR") && proxy)
crypto/heimdal/appl/ftp/ftp/ftp.c
1663
pswitch (!proxy);
crypto/heimdal/appl/ftp/ftp/ftp.c
1678
pswitch (!proxy);
crypto/heimdal/appl/ftp/ftp/ftp.c
1695
if (proxy)
crypto/heimdal/appl/ftp/ftp/ftp.c
257
if (proxy)
crypto/heimdal/appl/ftp/ftp/ftp.c
686
if (proxy) {
crypto/heimdal/appl/ftp/ftp/ftp.c
917
if (proxy && is_retr) {
crypto/heimdal/appl/ftp/ftp/ftp_var.h
61
extern int proxy; /* proxy server connection active */
crypto/heimdal/appl/ftp/ftp/globals.c
20
int proxy; /* proxy server connection active */
crypto/heimdal/appl/ftp/ftp/main.c
132
proxy = 0; /* proxy not active */
crypto/heimdal/appl/ftp/ftp/main.c
558
if ((!proxy || c->c_proxy)) {
crypto/heimdal/appl/ftp/ftp/ruserpass.c
198
if (proxy) {
crypto/heimdal/kdc/kerberos5.c
1472
if(f.renew || f.validate || f.proxy || f.forwarded || f.enc_tkt_in_skey
crypto/heimdal/kdc/krb5tgs.c
427
if(f.proxy){
crypto/heimdal/kdc/krb5tgs.c
433
et->flags.proxy = 1;
crypto/heimdal/kdc/krb5tgs.c
436
if(tgt->flags.proxy)
crypto/heimdal/kdc/krb5tgs.c
437
et->flags.proxy = 1;
crypto/heimdal/kuser/copy_cred_cache.c
62
ff.proxy = 1;
crypto/heimdal/kuser/klist.c
110
if(cred->flags.b.proxy)
crypto/heimdal/lib/hx509/ca.c
1048
if (!tbs->flags.proxy) {
crypto/heimdal/lib/hx509/ca.c
1059
if (tbs->flags.ca && tbs->flags.proxy) {
crypto/heimdal/lib/hx509/ca.c
1064
if (tbs->flags.proxy) {
crypto/heimdal/lib/hx509/ca.c
1121
if (tbs->flags.proxy) {
crypto/heimdal/lib/hx509/ca.c
1334
if (tbs->flags.proxy) {
crypto/heimdal/lib/hx509/ca.c
328
tbs->flags.proxy = 1;
crypto/heimdal/lib/hx509/ca.c
51
unsigned int proxy:1;
crypto/heimdal/lib/krb5/acache.c
281
cred->flags.b.proxy = 1;
crypto/heimdal/lib/krb5/acache.c
406
if (incred->flags.b.proxy)
crypto/heimdal/lib/krb5/send_to_kdc.c
263
char *proxy = proxy2;
crypto/heimdal/lib/krb5/send_to_kdc.c
272
if (proxy == NULL)
crypto/heimdal/lib/krb5/send_to_kdc.c
274
if (strncmp (proxy, "http://", 7) == 0)
crypto/heimdal/lib/krb5/send_to_kdc.c
275
proxy += 7;
crypto/heimdal/lib/krb5/send_to_kdc.c
277
colon = strchr(proxy, ':');
crypto/heimdal/lib/krb5/send_to_kdc.c
285
ret = getaddrinfo (proxy, portstr, &hints, &ai);
crypto/krb5/src/clients/kvno/kvno.c
111
proxy = 1; /* S4U2Proxy - constrained delegation */
crypto/krb5/src/clients/kvno/kvno.c
163
if (proxy) {
crypto/krb5/src/clients/kvno/kvno.c
176
for_user_enterprise, for_user_cert_file, proxy, out_ccname,
crypto/krb5/src/clients/kvno/kvno.c
296
krb5_data *for_user_cert, int proxy, krb5_data *u2u_ticket,
crypto/krb5/src/clients/kvno/kvno.c
335
if (!proxy && !krb5_principal_compare(context, me, server)) {
crypto/krb5/src/clients/kvno/kvno.c
384
if (proxy) {
crypto/krb5/src/clients/kvno/kvno.c
456
char *for_user_cert_file, int proxy, const char *out_ccname,
crypto/krb5/src/clients/kvno/kvno.c
564
for_user_princ, user_cert, proxy, u2u_ticket, &creds) != 0) {
crypto/krb5/src/clients/kvno/kvno.c
58
int proxy, const char *out_ccname,
crypto/krb5/src/clients/kvno/kvno.c
74
int canon = 0, unknown = 0, proxy = 0, for_user_enterprise = 0;
crypto/krb5/src/include/kdb.h
1381
krb5_const_principal proxy);
crypto/krb5/src/include/kdb.h
1429
const krb5_db_entry *proxy);
crypto/krb5/src/include/kdb.h
702
krb5_const_principal proxy);
crypto/krb5/src/include/kdb.h
714
const krb5_db_entry *proxy);
crypto/krb5/src/lib/kdb/kdb5.c
2729
krb5_const_principal proxy)
crypto/krb5/src/lib/kdb/kdb5.c
2739
return v->check_allowed_to_delegate(kcontext, client, server, proxy);
crypto/krb5/src/lib/kdb/kdb5.c
2773
const krb5_db_entry *proxy)
crypto/krb5/src/lib/kdb/kdb5.c
2784
proxy);
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.c
289
krb5_const_principal proxy)
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.c
307
if (proxy == NULL || krb5_principal_compare(context, proxy, acl)) {
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.h
293
krb5_const_principal proxy);
crypto/krb5/src/plugins/kdb/test/kdb_test.c
731
krb5_const_principal proxy)
crypto/krb5/src/plugins/kdb/test/kdb_test.c
738
if (proxy != NULL) {
crypto/krb5/src/plugins/kdb/test/kdb_test.c
739
check(krb5_unparse_name_flags(context, proxy,
crypto/krb5/src/plugins/kdb/test/kdb_test.c
754
const krb5_db_entry *proxy)
crypto/krb5/src/plugins/kdb/test/kdb_test.c
761
check(krb5_unparse_name(context, proxy->princ, &proxy_princ));
crypto/openssh/regress/netcat.c
157
char *proxy = NULL;
crypto/openssh/regress/netcat.c
256
if ((proxy = strdup(optarg)) == NULL)
crypto/openssh/regress/netcat.c
365
proxyhost = strsep(&proxy, ":");
crypto/openssh/regress/netcat.c
366
proxyport = proxy;
crypto/openssl/apps/include/apps.h
193
const char *proxy, const char *no_proxy,
crypto/openssl/apps/include/apps.h
295
ASN1_VALUE *app_http_get_asn1(const char *url, const char *proxy,
crypto/openssl/apps/include/apps.h
301
const char *path, const char *proxy,
crypto/openssl/apps/lib/apps.c
2604
ASN1_VALUE *app_http_get_asn1(const char *url, const char *proxy,
crypto/openssl/apps/lib/apps.c
2639
OSSL_HTTP_adapt_proxy(proxy, no_proxy, server, use_ssl) != NULL;
crypto/openssl/apps/lib/apps.c
2642
mem = OSSL_HTTP_get(url, proxy, no_proxy, NULL /* bio */, NULL /* rbio */,
crypto/openssl/apps/lib/apps.c
2656
const char *path, const char *proxy,
crypto/openssl/apps/lib/apps.c
2675
OSSL_HTTP_adapt_proxy(proxy, no_proxy, host, use_ssl) != NULL;
crypto/openssl/apps/lib/apps.c
2679
proxy, no_proxy, NULL /* bio */, NULL /* rbio */,
crypto/openssl/apps/ocsp.c
1288
const char *proxy, const char *no_proxy,
crypto/openssl/apps/ocsp.c
1304
app_http_post_asn1(host, port, path, proxy, no_proxy,
crypto/openssl/apps/s_server.c
1514
tlscstatp.proxy = opt_arg();
crypto/openssl/apps/s_server.c
462
char *proxy, *no_proxy;
crypto/openssl/apps/s_server.c
482
char *proxy = NULL, *no_proxy = NULL;
crypto/openssl/apps/s_server.c
521
proxy = srctx->proxy;
crypto/openssl/apps/s_server.c
566
*resp = process_responder(req, host, port, path, proxy, no_proxy,
crypto/openssl/crypto/cmp/cmp_ctx.c
207
OPENSSL_free(ctx->proxy);
crypto/openssl/crypto/cmp/cmp_ctx.c
825
DEFINE_OSSL_CMP_CTX_set1(proxy, char)
crypto/openssl/crypto/cmp/cmp_http.c
94
ctx->proxy, ctx->no_proxy,
crypto/openssl/crypto/cmp/cmp_local.h
47
char *proxy;
crypto/openssl/crypto/http/http_client.c
1005
const char *proxy /* optionally includes ":port" */,
crypto/openssl/crypto/http/http_client.c
1015
if (proxy != NULL) {
crypto/openssl/crypto/http/http_client.c
1016
host = proxy;
crypto/openssl/crypto/http/http_client.c
1074
const char *proxy, const char *no_proxy,
crypto/openssl/crypto/http/http_client.c
1093
if (proxy != NULL || no_proxy != NULL) {
crypto/openssl/crypto/http/http_client.c
1107
proxy = OSSL_HTTP_adapt_proxy(proxy, no_proxy, server, use_ssl);
crypto/openssl/crypto/http/http_client.c
1108
if (proxy != NULL
crypto/openssl/crypto/http/http_client.c
1109
&& !OSSL_HTTP_parse_url(proxy, NULL /* use_ssl */, NULL /* user */,
crypto/openssl/crypto/http/http_client.c
1146
bio_update_fn, arg, use_ssl, proxy, server, port,
crypto/openssl/crypto/http/http_client.c
1171
use_http_proxy = rctx->proxy != NULL && !rctx->use_ssl;
crypto/openssl/crypto/http/http_client.c
1234
if (rctx->proxy != NULL)
crypto/openssl/crypto/http/http_client.c
1235
ERR_add_error_data(2, " proxy=", rctx->proxy);
crypto/openssl/crypto/http/http_client.c
1266
BIO *OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy,
crypto/openssl/crypto/http/http_client.c
1297
rctx = OSSL_HTTP_open(host, port, proxy, no_proxy,
crypto/openssl/crypto/http/http_client.c
1358
const char *proxy, const char *no_proxy,
crypto/openssl/crypto/http/http_client.c
1370
rctx = OSSL_HTTP_open(server, port, proxy, no_proxy,
crypto/openssl/crypto/http/http_client.c
139
OPENSSL_free(rctx->proxy);
crypto/openssl/crypto/http/http_client.c
398
const char *proxy,
crypto/openssl/crypto/http/http_client.c
410
if (proxy != NULL
crypto/openssl/crypto/http/http_client.c
411
&& (rctx->proxy = OPENSSL_strdup(proxy)) == NULL)
crypto/openssl/crypto/http/http_client.c
55
char *proxy; /* Optional proxy name or URI */
crypto/openssl/crypto/http/http_lib.c
293
const char *OSSL_HTTP_adapt_proxy(const char *proxy, const char *no_proxy,
crypto/openssl/crypto/http/http_lib.c
300
if (proxy == NULL)
crypto/openssl/crypto/http/http_lib.c
301
proxy = ossl_safe_getenv(use_ssl ? "https_proxy" : "http_proxy");
crypto/openssl/crypto/http/http_lib.c
302
if (proxy == NULL)
crypto/openssl/crypto/http/http_lib.c
303
proxy = ossl_safe_getenv(use_ssl ? OPENSSL_HTTPS_PROXY : OPENSSL_HTTP_PROXY);
crypto/openssl/crypto/http/http_lib.c
305
if (proxy == NULL || *proxy == '\0' || !use_proxy(no_proxy, server))
crypto/openssl/crypto/http/http_lib.c
307
return proxy;
crypto/openssl/include/openssl/http.h
110
const char *OSSL_HTTP_adapt_proxy(const char *proxy, const char *no_proxy,
crypto/openssl/include/openssl/http.h
75
const char *proxy, const char *no_proxy,
crypto/openssl/include/openssl/http.h
88
BIO *OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy,
crypto/openssl/include/openssl/http.h
97
const char *proxy, const char *no_proxy,
crypto/openssl/test/cmp_ctx_test.c
758
DEFINE_SET_TEST(OSSL_CMP, CTX, 1, 1, proxy, char)
sbin/ipf/ipnat/ipnat_y.y
1117
| proxy { if (nat->in_plabel != -1) {
sbin/ipf/ipnat/ipnat_y.y
1578
proxy_setconfig(int proxy)
sbin/ipf/ipnat/ipnat_y.y
1580
if (proxy == IPNY_DNS) {
sbin/ipf/ipnat/ipnat_y.y
1633
proxy_addconfig(char *proxy, int proto, char *conf, namelist_t *list)
sbin/ipf/ipnat/ipnat_y.y
1640
pr->pr_proxy = proxy;
sbin/ipf/ipnat/ipnat_y.y
1665
proxy_loadconfig(int fd, ioctlfunc_t ioctlfunc, char *proxy, int proto,
sbin/ipf/ipnat/ipnat_y.y
1687
strncpy(pcmd.apc_label, proxy, APR_LABELLEN);
sbin/ipf/ipnat/ipnat_y.y
180
map: mapit ifnames addr tlate rhsaddr proxy mapoptions
sbin/ipf/ipnat/ipnat_y.y
241
| mapit ifnames mapfrom tlate rhsaddr proxy mapoptions
sbin/ipf/ipnat/ipnat_y.y
519
proxy: | IPNY_PROXY port portspec YY_STR '/' proto
sys/dev/cxgbe/common/common.h
242
u32 proxy[MAX_NCHAN];
sys/dev/cxgbe/common/t4_hw.c
7919
t4_tp_mib_read(adap, st->proxy, nchan, A_TP_MIB_TNL_LPBK_0, sleep_ok);
sys/dev/enic/enic.h
150
enum vnic_proxy_type proxy;
sys/dev/enic/vnic_dev.c
382
switch (vdev->proxy) {
sys/dev/enic/vnic_dev.c
408
switch (vdev->proxy) {
sys/dev/etherswitch/miiproxy.c
105
error = e->proxy.callback(RENDEZVOUS_ATTACH, e);
sys/dev/etherswitch/miiproxy.c
109
e->proxy.callback(RENDEZVOUS_DETACH, e);
sys/dev/etherswitch/miiproxy.c
135
e->proxy.name = device_get_nameunit(dev);
sys/dev/etherswitch/miiproxy.c
136
e->proxy.device = dev;
sys/dev/etherswitch/miiproxy.c
137
e->proxy.callback = callback;
sys/dev/etherswitch/miiproxy.c
138
return (rendezvous_attach(e, &e->proxy));
sys/dev/etherswitch/miiproxy.c
142
e->proxy.name = device_get_nameunit(dev);
sys/dev/etherswitch/miiproxy.c
143
e->proxy.device = dev;
sys/dev/etherswitch/miiproxy.c
144
e->proxy.callback = callback;
sys/dev/etherswitch/miiproxy.c
187
if (e->proxy.device == dev) {
sys/dev/etherswitch/miiproxy.c
193
e->proxy.callback(RENDEZVOUS_DETACH, e);
sys/dev/etherswitch/miiproxy.c
196
e->proxy.device = NULL;
sys/dev/etherswitch/miiproxy.c
197
e->proxy.callback = NULL;
sys/dev/etherswitch/miiproxy.c
215
if (e->proxy.device == NULL) {
sys/dev/etherswitch/miiproxy.c
220
e->proxy.callback(RENDEZVOUS_DETACH, e);
sys/dev/etherswitch/miiproxy.c
239
struct miiproxy_softc *sc = device_get_softc(rendezvous->proxy.device);
sys/dev/etherswitch/miiproxy.c
388
sc->proxy = miiproxy;
sys/dev/etherswitch/miiproxy.c
57
device_t proxy;
sys/dev/etherswitch/miiproxy.c
92
struct rendezvous_endpoint proxy;
sys/netinet6/nd6_nbr.c
1684
bool proxy;
sys/netinet6/nd6_nbr.c
1722
proxy = false;
sys/netinet6/nd6_nbr.c
1726
proxy = true;
sys/netinet6/nd6_nbr.c
1742
proxy ? (struct sockaddr *)&sdl : NULL, ifp->if_fib);
tools/tools/so_splice/proxy.c
312
child = proxy(sc, ls[0], ts);
tools/tools/so_splice/proxy.c
317
child = proxy(sc, s, ls[1]);
tools/tools/so_splice/proxy.c
323
child = proxy(sc, s, ts);