HomeSort by relevance Sort by last modified time
    Searched full:forwarding (Results 26 - 50 of 997) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/dropbear/
dbclient.1 33 Local port forwarding.
42 Remote port forwarding.
dropbear.8 58 Disable local port forwarding.
61 Disable remote port forwarding.
filelist.txt 55 x11fwd.c Handles X11 forwarding
57 agentfwd.c Handles auth-agent forwarding requests
59 localtcpfwd.c Handles -L style tcp forwarding requests, setting
SMALL 30 - You can disable x11, tcp and agent forwarding as desired. None of these are
31 essential, although agent-forwarding is often useful even on firewall boxes.
  /external/openssh/
PROTOCOL.certkeys 232 permit-X11-forwarding empty Flag indicating that X11 forwarding
233 should be permitted. X11 forwarding will
236 permit-agent-forwarding empty Flag indicating that agent forwarding
237 should be allowed. Agent forwarding
241 permit-port-forwarding empty Flag indicating that port-forwarding
243 not present then no port forwarding will
PROTOCOL.mux 35 bool want X11 forwarding flag
111 uint32 forwarding type
117 forwarding type may be MUX_FWD_LOCAL, MUX_FWD_REMOTE, MUX_FWD_DYNAMIC.
144 7. Requesting stdio forwarding
146 A client may request the master to establish a stdio forwarding:
OVERVIEW 71 X11, TCP/IP, and Agent forwarding
73 - Code for various types of channel forwarding is in channels.c.
76 implement X11 forwarding, TCP/IP forwarding, and authentication
77 agent forwarding.
104 It then makes any pty, forwarding, etc. requests. It may call
ssh.c 7 * The software supports strong authentication, encryption, and forwarding
463 "Bad stdio forwarding specification '%s'\n",
543 "Bad local forwarding specification '%s'\n",
554 "Bad remote forwarding specification "
565 "Bad dynamic forwarding specification "
1031 fatal("Error: remote port forwarding failed for "
1034 logit("Warning: remote port forwarding failed for "
1038 debug("All remote forwarding requests processed");
1047 debug("stdio forwarding: done");
1080 fatal("stdio forwarding require Protocol 2")
    [all...]
sshd_config.0 38 Specifies whether ssh-agent(1) forwarding is permitted. The
39 default is ``yes''. Note that disabling agent forwarding does
56 Specifies whether TCP forwarding is permitted. The default is
57 ``yes''. Note that disabling TCP forwarding does not improve
239 which the forwarding is bound. The default is ``no''.
447 Specifies the destinations to which TCP port forwarding is
448 permitted. The forwarding specification must be one of the
457 restrictions and permit any forwarding requests. By default all
458 port forwarding requests are permitted.
477 Specifies whether tun(4) device forwarding is allowed. Th
    [all...]
  /external/chromium_org/chrome/renderer/net/
net_error_helper.cc 123 // If the helper was forwarding probe results and another DNS error has
124 // occurred, stop forwarding probe results until the corresponding (new)
136 // Stop forwarding results. If the page is a DNS error page, forwarding
148 // If a DNS error page just finished loading, start forwarding probe results
  /external/llvm/test/Transforms/ObjCARC/
retain-block-side-effects.ll 9 ; CHECK: %tmp18 = load %struct.__block_byref_repeater** %byref.forwarding, align 8
23 %byref.forwarding = getelementptr inbounds %struct.__block_byref_repeater* %repeater, i64 0, i32 1
32 %tmp18 = load %struct.__block_byref_repeater** %byref.forwarding, align 8
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.js 504 $('port-forwarding-enable').addEventListener('change', enablePortForwarding);
505 $('port-forwarding-config-open').addEventListener(
507 $('port-forwarding-config-close').addEventListener(
509 $('port-forwarding-config-done').addEventListener(
518 sendCommand('set-port-forwarding-enabled', event.target.checked);
580 $('port-forwarding-overlay').classList.add('open');
587 $('port-forwarding-config-done').focus();
589 setModal($('port-forwarding-overlay'));
593 $('port-forwarding-overlay').classList.remove('open');
595 unsetModal($('port-forwarding-overlay'))
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
LocalStreamForwarder.java 61 * Close the underlying SSH forwarding channel and free up resources.
63 * forwarding channel. Pending output (OutputStream not flushed) will NOT
LocalPortForwarder.java 57 * Stop TCP/IP forwarding of newly arriving connections.
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DeviceViewAction.java 71 "Error while setting up port forwarding: " + e.getMessage());
94 // remove port forwarding
  /cts/suite/audio_quality/lib/src/
Adb.h 22 /** ADB interface to set port forwarding and launch client app */
ClientImpl.cpp 38 LOGE("adb port forwarding failed");
  /cts/tests/res/layout/
app_activity.xml 29 android:text="@string/forwarding"/>
app_another.xml 29 android:text="@string/forwarding"/>
  /development/samples/ApiDemos/res/layout/
forwarding.xml 28 android:text="@string/forwarding"/>
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ForwardTarget.java 28 * Example of removing yourself from the history stack after forwarding to
  /development/samples/ApiDemos/tests/src/com/example/android/apis/app/
ForwardingTest.java 48 public class ForwardingTest extends ActivityUnitTestCase<Forwarding> {
54 super(Forwarding.class);
87 Forwarding activity = startActivity(mStartIntent, null, null);
103 Forwarding activity = startActivity(mStartIntent, null, null);
  /external/chromium/net/base/
mapped_host_resolver.cc 26 // Modify the request before forwarding it to |impl_|.
  /external/chromium_org/chrome/browser/extensions/
global_shortcut_listener_win.h 18 // forwarding its output to the base class for processing.
  /external/chromium_org/content/browser/android/in_process/
synchronous_input_event_filter.h 25 // the InputEventAckState; no forwarding is performed.

Completed in 2068 milliseconds

12 3 4 5 6 7 8 91011>>