Home
last modified time | relevance | path

Searched refs:fwd (Results 1 – 25 of 51) sorted by relevance

123

/external/iproute2/ip/
Difcfg4 local sbase fwd
6 fwd=0
9 fwd=$[$fwd + `cat $dir`]
12 fwd=2
14 return $fwd
45 fwd=$?
46 if [ $fwd -ne 0 ]; then
47 echo "Forwarding is ON or its state is unknown ($fwd). OK, No RDISC." 1>&2
60 if [ $fwd -eq 0 ]; then RestartRDISC; fi
106 if [ $fwd -eq 0 ]; then RestartRDISC; fi
[all …]
/external/openssh/
Dserverloop.c723 struct Forward fwd; in server_input_global_request() local
725 memset(&fwd, 0, sizeof(fwd)); in server_input_global_request()
726 fwd.listen_host = packet_get_string(NULL); in server_input_global_request()
727 fwd.listen_port = (u_short)packet_get_int(); in server_input_global_request()
729 fwd.listen_host, fwd.listen_port); in server_input_global_request()
734 (!want_reply && fwd.listen_port == 0) || in server_input_global_request()
735 (fwd.listen_port != 0 && in server_input_global_request()
736 !bind_permitted(fwd.listen_port, pw->pw_uid))) { in server_input_global_request()
741 success = channel_setup_remote_fwd_listener(&fwd, in server_input_global_request()
744 free(fwd.listen_host); in server_input_global_request()
[all …]
Dmux.c520 format_forward(u_int ftype, struct Forward *fwd) in format_forward() argument
527 (fwd->listen_path != NULL) ? fwd->listen_path : in format_forward()
528 (fwd->listen_host == NULL) ? in format_forward()
530 fwd->listen_host, fwd->listen_port, in format_forward()
531 (fwd->connect_path != NULL) ? fwd->connect_path : in format_forward()
532 fwd->connect_host, fwd->connect_port); in format_forward()
536 (fwd->listen_host == NULL) ? in format_forward()
538 fwd->listen_host, fwd->listen_port); in format_forward()
542 (fwd->listen_path != NULL) ? fwd->listen_path : in format_forward()
543 (fwd->listen_host == NULL) ? in format_forward()
[all …]
Dreadconf.c323 struct Forward *fwd; in add_local_forward() local
338 fwd = &options->local_forwards[options->num_local_forwards++]; in add_local_forward()
340 fwd->listen_host = newfwd->listen_host; in add_local_forward()
341 fwd->listen_port = newfwd->listen_port; in add_local_forward()
342 fwd->listen_path = newfwd->listen_path; in add_local_forward()
343 fwd->connect_host = newfwd->connect_host; in add_local_forward()
344 fwd->connect_port = newfwd->connect_port; in add_local_forward()
345 fwd->connect_path = newfwd->connect_path; in add_local_forward()
356 struct Forward *fwd; in add_remote_forward() local
367 fwd = &options->remote_forwards[options->num_remote_forwards++]; in add_remote_forward()
[all …]
Dchannels.c3183 channel_setup_fwd_listener_tcpip(int type, struct Forward *fwd, argument
3195 if (is_client && fwd->connect_path != NULL) {
3196 host = fwd->connect_path;
3199 fwd->listen_host : fwd->connect_host;
3211 addr = channel_fwd_bind_addr(fwd->listen_host, &wildcard,
3224 snprintf(strport, sizeof strport, "%d", fwd->listen_port);
3255 if (type == SSH_CHANNEL_RPORT_LISTENER && fwd->listen_port == 0 &&
3301 if (type == SSH_CHANNEL_RPORT_LISTENER && fwd->listen_port == 0 &&
3314 c->host_port = fwd->connect_port;
3316 if (fwd->listen_port == 0 && allocated_listen_port != NULL &&
[all …]
Dclientloop.c911 struct Forward fwd; in process_cmdline() local
913 memset(&fwd, 0, sizeof(fwd)); in process_cmdline()
980 if (!parse_forward(&fwd, s, 1, 0)) { in process_cmdline()
985 ok = channel_request_rforward_cancel(&fwd) == 0; in process_cmdline()
987 ok = channel_cancel_lport_listener(&fwd, in process_cmdline()
990 ok = channel_cancel_lport_listener(&fwd, in process_cmdline()
999 if (!parse_forward(&fwd, s, dynamic, remote)) { in process_cmdline()
1004 if (!channel_setup_local_fwd_listener(&fwd, in process_cmdline()
1010 if (channel_request_remote_forwarding(&fwd) < 0) { in process_cmdline()
1022 free(fwd.listen_host); in process_cmdline()
[all …]
/external/openssh/regress/
Dforwarding.sh12 fwd=""
21 fwd="$fwd -L$a:127.0.0.1:$b -R$b:127.0.0.1:$c"
32 ${SSH} -S $CTL -M -$p -F $OBJ/ssh_config -f $fwd somehost sleep 10
134 rm -f $OBJ/unix-[123].fwd
136 ${SSH} -S $CTL -M -f -F $OBJ/ssh_config -R${base}01:[$OBJ/unix-1.fwd] somehost sleep 10
137 ${SSH} -S $CTL.1 -M -f -F $OBJ/ssh_config -L[$OBJ/unix-1.fwd]:[$OBJ/unix-2.fwd] somehost sleep 10
138 ${SSH} -S $CTL.2 -M -f -F $OBJ/ssh_config -R[$OBJ/unix-2.fwd]:[$OBJ/unix-3.fwd] somehost sleep 10
139 ${SSH} -S $CTL.3 -M -f -F $OBJ/ssh_config -L[$OBJ/unix-3.fwd]:127.0.0.1:$PORT somehost sleep 10
Dmultiplex.sh86 rm -f ${COPY} $OBJ/unix-[123].fwd
89 $NC -N -Ul $OBJ/unix-1.fwd < ${DATA} > /dev/null &
91 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -L$OBJ/unix-2.fwd:$OBJ/unix-1.fwd otherhost >>$TEST_SSH…
92 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -R$OBJ/unix-3.fwd:$OBJ/unix-2.fwd otherhost >>$TEST_SSH…
93 $NC -U $OBJ/unix-3.fwd < /dev/null > ${COPY} 2>/dev/null
96 rm -f ${COPY} $OBJ/unix-[123].fwd
Dcfgmatch.sh8 fwd="-L $fwdport:127.0.0.1:$PORT"
16 ${SSH} -q -$p $fwd "$@" somehost \
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/
Dinvert_test.py35 for fwd in [
42 rev = bijectors.Invert(fwd)
43 self.assertEqual("_".join(["invert", fwd.name]), rev.name)
46 self.assertAllClose(fwd.inverse(x).eval(), rev.forward(x).eval())
47 self.assertAllClose(fwd.forward(x).eval(), rev.inverse(x).eval())
49 fwd.forward_log_det_jacobian(x, event_ndims=1).eval(),
52 fwd.inverse_log_det_jacobian(x, event_ndims=1).eval(),
/external/eigen/bench/
DbenchFFT.cpp44 void bench(int nfft,bool fwd,bool unscaled=false, bool halfspec=false) in bench() argument
64 fft.fwd( outbuf , inbuf); in bench()
70 if (fwd) in bench()
72 fft.fwd( outbuf , inbuf); in bench()
89 if (fwd) in bench()
/external/eigen/unsupported/Eigen/src/FFT/
Dei_fftw_impl.h60 void fwd(complex_type * dst,complex_type * src,int nfft) {
70 void fwd(complex_type * dst,scalar_type * src,int nfft) {
103 void fwd(complex_type * dst,complex_type * src,int nfft) {
113 void fwd(complex_type * dst,scalar_type * src,int nfft) {
144 void fwd(complex_type * dst,complex_type * src,int nfft) {
154 void fwd(complex_type * dst,scalar_type * src,int nfft) {
190 void fwd( Complex * dst,const Complex *src,int nfft)
192 get_plan(nfft,false,dst,src).fwd(fftw_cast(dst), fftw_cast(src),nfft );
197 void fwd( Complex * dst,const Scalar * src,int nfft)
199 get_plan(nfft,false,dst,src).fwd(fftw_cast(dst), fftw_cast(src) ,nfft);
/external/tcpdump/tests/
Ddhcpv6-mud.out1 …c29.547 > 2001:8a8:1006:4:223:54ff:fec2:5702.547: [udp sum ok] dhcp6 relay-fwd (linkaddr=2001:8a8:…
2 …c29.547 > 2001:8a8:1006:4:223:54ff:fec2:5702.547: [udp sum ok] dhcp6 relay-fwd (linkaddr=2001:8a8:…
3 …c29.547 > 2001:8a8:1006:4:223:54ff:fec2:5702.547: [udp sum ok] dhcp6 relay-fwd (linkaddr=2001:8a8:…
4 …c29.547 > 2001:8a8:1006:4:223:54ff:fec2:5702.547: [udp sum ok] dhcp6 relay-fwd (linkaddr=2001:8a8:…
5 …c29.547 > 2001:8a8:1006:4:223:54ff:fec2:5702.547: [udp sum ok] dhcp6 relay-fwd (linkaddr=2001:8a8:…
/external/skqp/src/core/
DSkColorSpace.cpp97 skcms_Matrix3x3 fwd, inv; in computeLazyDstFields() local
98 memcpy(&fwd, fToXYZD50_3x3, 9*sizeof(float)); in computeLazyDstFields()
99 if (!skcms_Matrix3x3_invert(&fwd, &inv)) { in computeLazyDstFields()
107 skcms_TransferFunction fwd, inv; in computeLazyDstFields() local
108 this->transferFn(&fwd.g); in computeLazyDstFields()
109 if (!skcms_TransferFunction_invert(&fwd, &inv)) { in computeLazyDstFields()
/external/skia/src/core/
DSkColorSpace.cpp97 skcms_Matrix3x3 fwd, inv; in computeLazyDstFields() local
98 memcpy(&fwd, fToXYZD50_3x3, 9*sizeof(float)); in computeLazyDstFields()
99 if (!skcms_Matrix3x3_invert(&fwd, &inv)) { in computeLazyDstFields()
107 skcms_TransferFunction fwd, inv; in computeLazyDstFields() local
108 this->transferFn(&fwd.g); in computeLazyDstFields()
109 if (!skcms_TransferFunction_invert(&fwd, &inv)) { in computeLazyDstFields()
/external/clang/test/Modules/Inputs/preprocess/
Dmodule.modulemap1 module fwd { header "fwd.h" export * }
/external/eigen/unsupported/Eigen/
DFFT187 void fwd( Complex * dst, const Scalar * src, Index nfft)
189 m_impl.fwd(dst,src,static_cast<int>(nfft));
195 void fwd( Complex * dst, const Complex * src, Index nfft)
197 m_impl.fwd(dst,src,static_cast<int>(nfft));
210 void fwd( std::vector<Complex> & dst, const std::vector<_Input> & src)
216 fwd(&dst[0],&src[0],src.size());
221 void fwd( MatrixBase<ComplexDerived> & dst, const MatrixBase<InputDerived> & src, Index nfft=-1)
249 fwd( &dst[0],&tmp[0],nfft );
251 fwd( &dst[0],&src[0],nfft );
258 fwd( const MatrixBase<InputDerived> & src, Index nfft=-1)
[all …]
/external/eigen/unsupported/test/
DFFTW.cpp94 fft.fwd( freqBuf,tbuf); in test_scalar_generic()
99 fft.fwd( freqBuf,tbuf); in test_scalar_generic()
153 fft.fwd( outbuf , inbuf); in test_complex_generic()
221 fft.fwd(out1,in); in test_return_by_value()
222 out2 = fft.fwd(in); in test_return_by_value()
/external/u-boot/common/
Ddlmalloc.c1251 mchunkptr fwd; /* misc temp for linking */ local
1292 unlink(victim, bck, fwd);
1319 unlink(victim, bck, fwd);
1359 frontlink(victim, victim_size, remainder_index, bck, fwd);
1404 unlink(victim, bck, fwd);
1415 unlink(victim, bck, fwd);
1522 mchunkptr fwd; /* misc temp for linking */ local
1560 unlink(p, bck, fwd);
1583 unlink(p, bck, fwd);
1596 unlink(next, bck, fwd);
[all …]
/external/icu/icu4c/source/test/intltest/
Ddadrcal.h43 void testConvert(TestData *testData, const DataMap *settings, UBool fwd);
47 UBool fwd);
/external/swiftshader/third_party/LLVM/test/Feature/
Dtesttype.ll10 %fwd = type %fwdref*
11 %fwdref = type { %fwd* }
/external/llvm/test/Feature/
Dtesttype.ll10 %fwd = type %fwdref*
11 %fwdref = type { %fwd* }
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/
Dtesttype.ll10 %fwd = type %fwdref*
11 %fwdref = type { %fwd* }
/external/llvm/test/Linker/
Dunique-fwd-decl-order.ll1 ; RUN: llvm-link %s %S/Inputs/unique-fwd-decl-order.ll -S -o - | FileCheck %s
2 ; RUN: llvm-link %S/Inputs/unique-fwd-decl-order.ll %s -S -o - | FileCheck %s
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dunique-fwd-decl-order.ll1 ; RUN: llvm-link %s %S/Inputs/unique-fwd-decl-order.ll -S -o - | FileCheck %s
2 ; RUN: llvm-link %S/Inputs/unique-fwd-decl-order.ll %s -S -o - | FileCheck %s

123