OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UDP
(Results
1 - 7
of
7
) 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
...]
/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 222 milliseconds