Home
last modified time | relevance | path

Searched refs:proxy (Results 1 – 25 of 105) sorted by relevance

12345

/openbsd-src/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_gsc_proxy.c87 struct i915_gsc_proxy_component *comp = gsc->proxy.component; in proxy_send_to_csme()
89 void *in = gsc->proxy.to_csme; in proxy_send_to_csme()
90 void *out = gsc->proxy.to_gsc; in proxy_send_to_csme()
126 u32 *marker = gsc->proxy.to_csme; /* first dw of the reply header */ in proxy_send_to_gsc()
127 u64 addr_in = i915_ggtt_offset(gsc->proxy.vma); in proxy_send_to_gsc()
129 u32 size = ((struct gsc_proxy_msg *)gsc->proxy.to_gsc)->header.message_size; in proxy_send_to_gsc()
189 struct gsc_proxy_msg *to_gsc = gsc->proxy.to_gsc; in proxy_query()
190 struct gsc_proxy_msg *to_csme = gsc->proxy.to_csme; in proxy_query()
208 memset(gsc->proxy.to_csme, 0, sizeof(struct gsc_proxy_msg)); in proxy_query()
260 if (!gsc->proxy.component_added) in intel_gsc_proxy_request_handler()
[all …]
/openbsd-src/regress/usr.bin/ssh/
H A Dlimit-keytype.sh88 ${SSH} $certopts proxy true || fatal "cert failed"
89 ${SSH} $opts -i $OBJ/user_key1 proxy true || fatal "key1 failed"
90 ${SSH} $opts -i $OBJ/user_key2 proxy true || fatal "key2 failed"
96 ${SSH} $certopts proxy true && fatal "cert succeeded"
97 ${SSH} $opts -i $OBJ/user_key1 proxy true || fatal "key1 failed"
98 ${SSH} $opts -i $OBJ/user_key2 proxy true || fatal "key2 failed"
103 ${SSH} $certopts proxy true && fatal "cert succeeded"
104 ${SSH} $opts -i $OBJ/user_key1 proxy true || fatal "key1 failed"
106 ${SSH} $opts -i $OBJ/user_key2 proxy true && fatal "key2 succeeded"
112 ${SSH} $certopts proxy true || fatal "cert failed"
[all …]
H A Dmultipubkey.sh53 ${SSH} $opts proxy true && fail "ssh succeeded with key"
59 ${SSH} $opts proxy true && fail "ssh succeeded with key+cert"
66 ${SSH} $opts proxy true || fail "ssh failed with multiple keys"
73 ${SSH} $opts proxy true || fail "ssh failed with key/cert"
/openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A D140_proxy.t19 for my $proxy (undef, "", 0){
23 local $ENV{http_proxy} = $proxy;
29 for my $proxy ("http://localhost:8080/", "http://localhost:8080"){
30 local $ENV{http_proxy} = $proxy;
32 is($c->http_proxy, $proxy);
50 proxy => undef,
54 ok(!defined $c->proxy, "proxy => undef disables ENV proxy");
61 my $proxy = "http://localhost:8080";
63 local $ENV{$s} = $proxy;
66 is( $c->$m, $proxy, "set $m from $s" );
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/
H A Dgcov-8.c11 int proxy (int i) in proxy() function
19 return proxy (1); in foo()
21 return proxy (-1); in foo()
23 return proxy (0); in foo()
29 return proxy (0); in baz()
31 return proxy (1); in baz()
33 return proxy (-1); in baz()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dref4.C24 Proxy proxy; in Foo() local
26 Baz (proxy); in Foo()
27 Baz (proxy.Convert ()); in Foo()
/openbsd-src/usr.sbin/tftp-proxy/
H A DMakefile3 PROG= tftp-proxy
4 SRCS= tftp-proxy.c filter.c
5 MAN= tftp-proxy.8
/openbsd-src/usr.sbin/ftp-proxy/
H A DMakefile3 PROG= ftp-proxy
4 SRCS= ftp-proxy.c filter.c
5 MAN= ftp-proxy.8
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Daassign.t414 my @proxy;
416 tie @proxy, "ArrayProxy", \@real;
417 @proxy[0, 1] = @real[1, 0];
421 @real[0, 1] = @proxy[1, 0];
425 @proxy[0, 1] = @proxy[1, 0];
429 ($temp, @real) = @proxy[1, 0];
432 ($temp, @proxy) = @real[1, 0];
435 ($temp, @proxy) = @proxy[1, 0];
439 ($proxy[0], $orig) = (1, $set);
/openbsd-src/usr.sbin/unbound/testcode/
H A Ddelayer.c76 struct proxy { struct
94 struct proxy* next; argument
226 struct timeval* delay, struct proxy* p) in ring_add()
304 struct proxy** p) in ring_pop()
331 struct proxy* pz; in ring_pop()
363 struct proxy* p; in service_send()
390 do_proxy(struct proxy* p, int retsock, sldns_buffer* pkt) in do_proxy()
423 service_proxy(fd_set* rset, int retsock, struct proxy* proxies, in service_proxy()
426 struct proxy* p; in service_proxy()
436 static struct proxy*
[all …]
/openbsd-src/lib/libssl/test/
H A Dtestss154 echo The first generated proxy certificate is $P1cert
155 echo The first generated proxy private key is $P1key
157 echo The second generated proxy certificate is $P2cert
158 echo The second generated proxy private key is $P2key
/openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/
H A Dget-07.txt2 proxy: http://proxy.example.com:8080/
H A Dproxy-auth-01.txt6 proxy: http://foo:bar@proxy.example.com/
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/LWP/
H A DUserAgent.pm24 my($self, $realm, $uri, $proxy) = @_;
25 if ( $proxy ) {
/openbsd-src/usr.sbin/nsd/
H A Daxfr.c195 char address[128], proxy[128]; in axfr_ixfr_can_admit_query() local
197 addr2str(&q->remote_addr, proxy, sizeof(proxy)); in axfr_ixfr_can_admit_query()
201 address, proxy, in axfr_ixfr_can_admit_query()
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HTTP/
H A DClient.pm36 $want_proxy ? (proxy => $self->{proxy}) : ()
63 return unless $self->{proxy};
/openbsd-src/usr.sbin/
H A DMakefile8 edquota eeprom eigrpd eigrpctl fdformat ftp-proxy fw_update gpioctl \
20 tcpdrop tcpdump tftp-proxy tftpd tokenadm tokeninit traceroute \
/openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/lib/HTTP/
H A DTiny.pm31 #pod * C<http_proxy> — URL of a proxy server to use for HTTP connections
33 #pod * C<https_proxy> — URL of a proxy server to use for HTTPS connections
35 #pod * C<proxy> — URL of a generic proxy server for both HTTP and HTTPS
55 #pod Passing an explicit C<undef> for C<proxy>, C<http_proxy> or C<https_proxy> will
76 local_address max_redirect max_size proxy no_proxy
161 # generic proxy
162 if (! exists $self->{proxy} ) {
163 $self->{proxy} = $ENV{all_proxy} || $ENV{ALL_PROXY};
166 if ( defined $self->{proxy} ) {
[all...]
/openbsd-src/usr.bin/ssh/
H A DPROTOCOL.mux42 supporting a proxy client may itself be forwarded or relayed to another
215 9. Requesting proxy mode
217 A client may request that the control connection be placed in proxy
229 And go into proxy mode. All subsequent data over the connection will
238 and will translate channel identifiers to ensure that the proxy client has
239 globally unique channel numbers (i.e. a proxy client need not worry about
/openbsd-src/usr.bin/ftp/
H A Dsmall.c392 remglob(argv, proxy, NULL)) != NULL
395 depth ? remglob2(dummyargv, proxy, NULL, &ftemp, &type) :
396 remglob(argv, proxy, NULL)) != NULL
523 if (!proxy) {
H A Dftp.c600 if (proxy) { in sendrequest()
900 if (proxy && is_retr) { in recvrequest()
1749 if (proxy) in pswitch()
1753 proxy++; in pswitch()
1755 if (!proxy) in pswitch()
1759 proxy = 0; in pswitch()
1886 if (strcmp(cmd, "RETR") && !proxy) in proxtrans()
1888 else if (!strcmp(cmd, "RETR") && proxy) in proxtrans()
1904 pswitch(!proxy); in proxtrans()
1919 pswitch(!proxy); in proxtrans()
[all …]
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGVTables.cpp656 llvm::GlobalVariable *proxy = module.getNamedGlobal(rttiProxyName); in addRelativeComponent() local
657 if (!proxy) { in addRelativeComponent()
658 proxy = new llvm::GlobalVariable(module, globalVal->getType(), in addRelativeComponent()
661 proxy->setDSOLocal(true); in addRelativeComponent()
662 proxy->setUnnamedAddr(llvm::GlobalValue::UnnamedAddr::Global); in addRelativeComponent()
663 if (!proxy->hasLocalLinkage()) { in addRelativeComponent()
664 proxy->setVisibility(llvm::GlobalValue::HiddenVisibility); in addRelativeComponent()
665 proxy->setComdat(module.getOrInsertComdat(rttiProxyName)); in addRelativeComponent()
672 RemoveHwasanMetadata(proxy); in addRelativeComponent()
674 target = proxy; in addRelativeComponent()
/openbsd-src/usr.sbin/unbound/doc/
H A DREADME.ipset.md5 So, I set up a transparent proxy to proxy the traffic which has been blocked only.
/openbsd-src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/
H A Dconstants.t4 # This had been failing since the introduction of proxy constant subroutines
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py657 def _receive_proxy(self, proxy): argument
658 assert isinstance(proxy, AsanSymbolizerPlugInProxy)
659 self.proxy = proxy
834 def get_module_path_for_symbolication(self, module_name, proxy, validate_uuid): argument
840 module_desc = proxy.filter_module_desc(module_desc)
968 self.proxy,

12345