HomeSort by relevance Sort by last modified time
    Searched refs:UDP (Results 1 - 14 of 14) 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";
  /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 50 UDP = 276,
154 #define UDP 276
grammar.c 85 UDP = 276,
189 #define UDP 276
784 "CBYTE", "ARP", "RARP", "IP", "SCTP", "TCP", "UDP", "ICMP", "IGMP",
    [all...]
grammar.y 171 %token ARP RARP IP SCTP TCP UDP ICMP IGMP IGRP PIM VRRP
344 | UDP { $$ = Q_UDP; }
scanner.l 180 udp return UDP;
scanner.c     [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: " +
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageChannel.java 81 * This is the UDP Message handler that gets created when a UDP message needs to
83 * and invoking it on the message read from the UDP socket. The parsed structure
86 * and recieving messages (which could be either udp or tcp.
230 peerProtocol = "UDP";
301 "Error while processing incoming UDP packet", e);
351 // Currently only UDP, @todo also other transports
364 packet.getPort(), "UDP", false);
764 if (peerProtocol.compareToIgnoreCase("UDP") == 0) {
815 * @return the string "udp" in this case
    [all...]
SIPDialog.java 662 * @param protocol -- protocol (udp/tcp/tls)
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipHelper.java 129 ListeningPoint lp = mSipProvider.getListeningPoint(ListeningPoint.UDP);
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 80 ATTRIBUTE Ascend-Home-Agent-UDP-Port 186 integer

Completed in 312 milliseconds