HomeSort by relevance Sort by last modified time
    Searched full:tcp (Results 326 - 350 of 1338) sorted by null

<<11121314151617181920>>

  /bionic/libc/tools/
genserv.py 14 re_service = re.compile(r"([\d\w\-_]+)\s+(\d+)/(tcp|udp)(.*)")
30 if self.proto == "tcp":
  /dalvik/tools/gdbjithelper/
README.txt 38 adb forward tcp:5039 tcp:5039
  /external/chromium/net/socket/
socket.h 50 // Note: changing this value can effect the TCP window size on some platforms.
55 // Note: changing this value can effect the TCP window size on some platforms.
  /external/iptables/extensions/
libxt_quota2.man 36 \-A INPUT \-p tcp \-\-dport 6881 \-m quota \-\-name bt \-\-grow;
37 \-A OUTPUT \-p tcp \-\-sport 6881 \-m quota \-\-name bt;
libipt_MASQUERADE.man 20 \fB\-p tcp\fP
libxt_multiport.man 4 \fB\-p tcp\fP
  /external/iptables/include/linux/netfilter/
xt_osf.h 60 * http://www.iana.org/assignments/tcp-parameters
85 struct tcphdr tcp; member in struct:xt_osf_nlmsg
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
NetworkClient.java 58 * @param port The remote TCP port on the server to which this client should
62 * go over TCP. This will completely disable UDP traffic for this
  /external/libpcap/
ppp.h 31 #define PPP_VJC 0x002d /* Van Jacobson Compressed TCP/IP */
32 #define PPP_VJNC 0x002f /* Van Jacobson Uncompressed TCP/IP */
  /external/qemu/android/
opengles.h 56 * fallback to local TCP ones
61 * For TCP this is just the port number (as a string) on the loopback address.
  /external/smack/src/org/xbill/DNS/
TCPClient.java 44 verboseLog("TCP write", data);
106 verboseLog("TCP read", data);
  /external/srec/srec/include/
duk_io.h 36 /* File types for whole word model and tcp files
40 #define TCP_EXT "tcp" /* Transcription Extension */
  /frameworks/base/obex/javax/obex/
ObexTransport.java 43 * connection which carries the OBEX protocol( such as TCP, RFCOMM device file
53 * a string while the TCP medium usually from a socket.
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_transport.h 28 * TCPStream provides a TCP based communication channel from the device to
35 /** Create a TCP based communication channel over @socket */
  /system/core/adb/
SERVICES.TXT 38 to the emulator's ADB control port, i.e. the TCP port that the
57 Ask to switch the connection to one emulator connected through TCP.
109 tcp:<port> -> TCP connection on localhost:<port>
114 tcp:<port> -> TCP localhost:<port> on device
144 <local> is the host-specific endpoint (e.g. tcp:9000).
184 tcp:<port>
185 Tries to connect to tcp port <port> on localhost.
187 tcp:<port>:<server-name
    [all...]
  /external/strace/
defs.h 446 #define entering(tcp) (!((tcp)->flags & TCB_INSYSCALL))
447 #define exiting(tcp) ((tcp)->flags & TCB_INSYSCALL)
448 #define syserror(tcp) ((tcp)->u_error != 0)
449 #define verbose(tcp) (qual_flags[(tcp)->scno] & QUAL_VERBOSE)
450 #define abbrev(tcp) (qual_flags[(tcp)->scno] & QUAL_ABBREV
    [all...]
  /bionic/libc/kernel/common/linux/netfilter_ipv4/
ipt_ECN.h 36 } tcp; member in union:ipt_ECN_info::__anon429
  /external/chromium/chrome/browser/debugger/
devtools_client_host.h 21 // are currently two types of clients: devtools windows and TCP socket
  /external/chromium/chrome/browser/net/
connect_interceptor.h 15 // resolution and/or speculative TCP preconnections.
preconnect.h 5 // A Preconnect instance maintains state while a TCP/IP connection is made, and
  /external/dropbear/
svr-tcpfwd.c 63 /* At the moment this is completely used for tcp code (with the name reflecting
76 TRACE(("leave recv_msg_global_request_remotetcp: remote tcp forwarding disabled"))
226 /* Called upon creating a new direct tcp channel (ie we connect out to an
240 TRACE(("leave newtcpdirect: local tcp forwarding disabled"))
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
ServerHostKeyVerifier.java 25 * @param port the remote TCP port
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
ConnectorAdapter.java 92 // raw throughput tests. Technically, a saturated TCP channel could
99 // if a TCP outbound queue fills to capacity and a client sends
100 // in such a way that they block TCP message handling then if the HostedConnection
101 // on the server is similarly blocked then the TCP network buffers may
  /external/kernel-headers/original/linux/netfilter/
nf_conntrack_tcp.h 3 /* TCP tracking. */
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_nat.h 22 /* position of the last TCP sequence number

Completed in 972 milliseconds

<<11121314151617181920>>