HomeSort by relevance Sort by last modified time
    Searched full:established (Results 1 - 25 of 615) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/net/
preconnect.h 19 // |count| may be used to request more than one connection be established in
27 // be established in parallel.
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
ConnectionMonitor.java 21 * (also if the socket cannot be established) or if a fatal error occured on
22 * an established connection.
  /frameworks/volley/src/com/android/volley/
NoConnectionError.java 20 * Error indicating that no connection could be established when performing a Volley request.
  /external/apache-http/src/org/apache/http/conn/routing/
RouteInfo.java 54 * Plain routes are established by connecting to the target or
56 * Tunnelled routes are established by connecting to the first proxy
64 * Plain routes are established by connecting or tunnelling.
65 * Layered routes are established by layering a protocol such as TLS/SSL
72 * could be established with the new protocol in the first place.
HttpRouteDirector.java 51 /** Indicates that the route can not be established at all. */
77 * @param fact the currently established route, or
78 * <code>null</code> if nothing is established
BasicRouteDirector.java 57 * @param fact the currently established route, or
58 * <code>null</code> if nothing is established
102 * @param fact the currently established route
137 * @param fact the currently established route
  /external/chromium/net/socket/
client_socket.h 22 // established synchronously. Otherwise, ERR_IO_PENDING is returned and the
23 // given callback will run asynchronously when the connection is established
25 // connection could not be established.
53 // connection wasn't established or the connection is dead.
57 // if a connection wasn't established, the connection is dead, or some data
  /external/iptables/extensions/
libxt_state.c 20 " [!] --state [INVALID|ESTABLISHED|NEW|RELATED|UNTRACKED][,...]\n"
37 else if (strncasecmp(state, "ESTABLISHED", len) == 0)
61 "ESTABLISHED,RELATED");
libipt_MASQUERADE.man 13 any established connections are lost anyway).
libxt_state.man 11 .B ESTABLISHED
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5BytestreamSession.java 47 * Returns <code>true</code> if the session is established through a direct connection between
59 * if this session is established through a direct connection between the initiator and target.
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-action-udhcp.sh 56 iptables -A FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
67 iptables -D FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
addServer.html 13 throw "Connection to " + serverName + " already established";
  /external/markdown/docs/extensions/
Abbreviations.txt 15 Abbreviations are defined using the syntax established in
Definition_Lists.txt 15 Definition lists are defined using the syntax established in
Tables.txt 14 Tables are defined using the syntax established in [PHP Markdown Extra][php].
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_i.h 18 ESTABLISHED, FAILED
tlsv1_server_i.h 19 ESTABLISHED, FAILED
  /frameworks/opt/net/voip/src/java/android/net/sip/
ISipSession.aidl 113 * established within {@code timeout} seconds
125 * established within {@code timeout} seconds
130 * Ends an established call, terminates an outgoing call or rejects an
145 * established within {@code timeout} seconds
  /libcore/luni/src/main/java/java/net/
ConnectException.java 21 * A {@code ConnectException} is thrown if a connection cannot be established to
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractPoolEntry.java 52 * {@link HttpRoute route} established.
58 * underlying connection and the established route.
189 * The tunnel has to be established outside by sending a CONNECT
226 * The tunnel has to be established outside by sending a CONNECT
229 * @param next the proxy to which the tunnel was established.
265 * Layers a protocol on top of an established tunnel.
  /external/chromium/net/http/
mock_sspi_library_win.h 55 // Each expectation established by |ExpectSecurityQueryPackageInfo()| must be
69 // established by the expectations.
  /external/iproute2/man/man8/
ss.8 107 .B ss -o state established '( dport = :ssh or sport = :ssh )'
108 Display all established ssh connections.
  /external/ipsec-tools/src/racoon/
handler.h 58 * 9 SA established SA established
71 * 9 SA established SA established
84 * 9 SA established SA established
230 * 9 SAs established SAs established
  /external/qemu/docs/
ANDROID-ADB-QEMU.TXT 37 is established, everything is straight forward.
42 The connection between ADB host and ADB guest is considered to be established,

Completed in 630 milliseconds

1 2 3 4 5 6 7 8 91011>>