HomeSort by relevance Sort by last modified time
    Searched refs:TCP (Results 1 - 25 of 45) sorted by null

1 2

  /external/nist-sip/java/gov/nist/javax/sip/address/
ParameterNames.java 46 public static final String TCP = GenericURI.TCP;
NetObject.java 54 protected static final String TCP = "tcp";
  /external/nist-sip/java/javax/sip/
ListeningPoint.java 8 String TCP = "TCP";
  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 17 VALUE Framed-Compression Van-Jacobsen-TCP-IP 1
18 VALUE Framed-Compression VJ-TCP-IP 1
dictionary 61 ATTRIBUTE Login-TCP-Port 16 integer
158 VALUE Framed-Compression Van-Jacobson-TCP-IP 1
164 VALUE Login-Service TCP-Clear 2
  /device/generic/goldfish/libqemu/
tests.mk 3 # The first test program is a simple TCP server that will send back
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/net/
PingPongSocketExample.java 46 ServerSocket server = Gdx.net.newServerSocket(Protocol.TCP, "localhost", 9999, hints);
63 Socket client = Gdx.net.newClientSocket(Protocol.TCP, "localhost", 9999, hints);
  /system/extras/tests/net_test/
packets.py 81 return ("TCP SYN",
83 scapy.TCP(sport=sport, dport=dport,
89 original = packet.getlayer("TCP")
91 return ("TCP RST",
93 scapy.TCP(sport=original.dport, dport=original.sport,
99 original = packet.getlayer("TCP")
100 return ("TCP SYN+ACK",
102 scapy.TCP(sport=original.dport, dport=original.sport,
108 original = packet.getlayer("TCP")
111 desc = "TCP data" if payload else "TCP ACK
    [all...]
  /external/libpcap/
tokdefs.h 65 TCP = 275,
187 #define TCP 275
grammar.y 289 %token ARP RARP IP SCTP TCP UDP ICMP IGMP IGRP PIM VRRP CARP
477 | TCP { $$ = Q_TCP; }
grammar.c 380 TCP = 275,
502 #define TCP 275
983 "CBYTE", "ARP", "RARP", "IP", "SCTP", "TCP", "UDP", "ICMP", "IGMP",
    [all...]
scanner.l 190 tcp return TCP;
372 tcp-fin { yylval.i = 0x01; return NUM; }
373 tcp-syn { yylval.i = 0x02; return NUM; }
374 tcp-rst { yylval.i = 0x04; return NUM; }
375 tcp-push { yylval.i = 0x08; return NUM; }
376 tcp-ack { yylval.i = 0x10; return NUM; }
377 tcp-urg { yylval.i = 0x20; return NUM; }
scanner.c     [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
IOHandler.java 50 * Low level Input output to a socket. Caches TCP connections and takes care of re-connecting to
66 private static String TCP = "tcp";
72 // sending tcp messages.
154 * @param transport -- tcp or udp.
164 // Server uses TCP transport. TCP client sockets are cached
174 if (transport.compareToIgnoreCase(TCP) == 0) {
249 // Copied and modified from the former section for TCP
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipProfile.java 51 private static final String TCP = "TCP";
207 * only "UDP" and "TCP" are supported.
219 if (!protocol.equals(UDP) && !protocol.equals(TCP)) {
  /external/libgdx/gdx/src/com/badlogic/gdx/
Net.java 36 /** Provides methods to perform networking operations, such as simple HTTP get and post requests, and TCP server/client socket
44 * To create a TCP client socket to communicate with a remote TCP server, invoke the
48 * To create a TCP server socket that waits for incoming connections, invoke the
197 * the timeout when establishing TCP connection, and the timeout until the first byte of data is received.
334 TCP
356 /** Creates a new TCP client socket that connects to the given host and port.
  /prebuilts/sdk/tools/
jack-admin 573 echo "\$ lsof -i TCP:$SERVER_PORT_SERVICE -l" >>"$REPORT_INFO"
574 lsof -i TCP:$SERVER_PORT_SERVICE -l >>"$REPORT_INFO" 2>&1
578 echo "\$ lsof -i TCP:$SERVER_PORT_ADMIN -l" >>"$REPORT_INFO"
579 lsof -i TCP:$SERVER_PORT_ADMIN -l >>"$REPORT_INFO" 2>&1
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h 115 * TCP - true for TCP false UDP
123 bool TCP,
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
timeline_data_series.js 301 * Tracks TCP and UDP transfer rate.
310 * TCP and UDP, respectively.
  /external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 67 int32_t(const bool TCP, const bool IPV6,
  /external/libvncserver/webclients/novnc/
README.md 91 use a WebSockets to TCP socket proxy. There is a python proxy included
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipHelper.java 130 if (lp == null) lp = mSipProvider.getListeningPoint(ListeningPoint.TCP);
  /external/iproute2/doc/
api-ip6-flowlabels.tex 160 Flowinfo received and latched by a connected TCP socket also may be fetched
ip-cref.tex     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h     [all...]

Completed in 529 milliseconds

1 2