HomeSort by relevance Sort by last modified time
    Searched defs:TCP (Results 1 - 11 of 11) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/address/
ParameterNames.java 46 public static final String TCP = GenericURI.TCP;
NetObject.java 50 protected static final String TCP = "tcp";
  /external/nist-sip/java/javax/sip/
ListeningPoint.java 8 String TCP = "TCP";
  /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
  /external/chromium_org/net/socket/
transport_client_socket_unittest.cc 30 TCP,
180 ::testing::Values(TCP));
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host.h 95 enum ProtocolType { UDP = 0x1, TCP = 0x2 };
  /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/libpcap/
tokdefs.h 57 TCP = 275,
178 #define TCP 275
grammar.c 364 TCP = 275,
485 #define TCP 275
1029 "CBYTE", "ARP", "RARP", "IP", "SCTP", "TCP", "UDP", "ICMP", "IGMP",
    [all...]
  /external/smack/src/org/xbill/DNS/
WKSRecord.java 39 public static final int TCP = 6;
163 protocols.add(TCP, "tcp");
225 * TCP/UDP services. This is basically copied out of RFC 1010,
469 private static Mnemonic services = new Mnemonic("TCP/UDP service",
558 * Converts a TCP/UDP service port number into its textual
567 * Converts a textual representation of a TCP/UDP service into its
651 throw st.exception("Invalid TCP/UDP service: " +
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h     [all...]

Completed in 883 milliseconds