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

  /external/nist-sip/java/gov/nist/javax/sip/address/
ParameterNames.java 45 public static final String UDP = GenericURI.UDP;
NetObject.java 49 protected static final String UDP = "udp";
  /external/nist-sip/java/javax/sip/
ListeningPoint.java 9 String UDP = "UDP";
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host.h 13 #include "net/udp/datagram_socket.h"
95 enum ProtocolType { UDP = 0x1, TCP = 0x2 };
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipProfile.java 52 private static final String UDP = "UDP";
57 private String mProtocol = UDP;
207 * only "UDP" and "TCP" are supported.
219 if (!protocol.equals(UDP) && !protocol.equals(TCP)) {
289 if (!mProfile.mProtocol.equals(UDP)) {
  /external/libpcap/
tokdefs.h 58 UDP = 276,
179 #define UDP 276
grammar.c 365 UDP = 276,
486 #define UDP 276
1029 "CBYTE", "ARP", "RARP", "IP", "SCTP", "TCP", "UDP", "ICMP", "IGMP",
    [all...]
  /external/smack/src/org/xbill/DNS/
WKSRecord.java 72 public static final int UDP = 17;
174 protocols.add(UDP, "udp");
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: " +

Completed in 160 milliseconds