HomeSort by relevance Sort by last modified time
    Searched defs:Protocol (Results 1 - 25 of 34) sorted by null

1 2

  /external/smack/src/org/xbill/DNS/
DNSKEYRecord.java 19 public static class Protocol {
20 private Protocol() {}
51 * @param proto The protocol that the key was created for
65 * @param proto The protocol that the key was created for
KEYRecord.java 21 public static class Protocol {
23 * KEY protocol identifiers.
26 private Protocol() {}
28 /** No defined protocol. */
43 /** Any protocol */
46 private static Mnemonic protocols = new Mnemonic("KEY protocol",
62 * Converts an KEY protocol value into its textual representation
70 * Converts a textual representation of a KEY protocol into its
72 * @param s The textual representation of the protocol
73 * @return The protocol code, or -1 on error
    [all...]
WKSRecord.java 19 public static class Protocol {
21 * IP protocol identifiers. This is basically copied out of RFC 1010.
24 private Protocol() {}
44 /** Exterior Gateway Protocol */
53 /** Network Voice Protocol */
101 /** Reliable Data Protocol */
107 /** ISO Transport Protocol Class 4 */
110 /** Bulk Data Transfer Protocol */
113 /** MFE Network Services Protocol */
116 /** MERIT Internodal Protocol */
578 private int protocol; field in class:WKSRecord
    [all...]
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
Protocol.java 22 public class Protocol {
  /external/chromium/net/http/
http_alternate_protocols.h 6 // of which HTTP HostPortPairs have an alternate protocol that can be used
24 enum Protocol {
28 BROKEN, // The alternate protocol is known to be broken.
34 return port == other.port && protocol == other.protocol;
40 Protocol protocol; member in struct:net::HttpAlternateProtocols::PortProtocolPair
51 // Reports whether or not we have received Alternate-Protocol for
61 // SetAlternateProtocolFor() will ignore the request if the alternate protocol
65 Protocol alternate_protocol)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Protocol.java 34 * Protocol name and version.
43 public class Protocol extends SIPObject {
80 /** get the protocol name
87 /** get the protocol version
95 * Get the protocol name + version
109 } else throw new ParseException( "Missing '/' in protocol", 0 );
146 public Protocol() {
153 * $Log: Protocol.java,v $
  /external/chromium_org/third_party/tlslite/test/
twistedserver.py 2 from twisted.internet.protocol import Protocol, Factory
54 factory.protocol = Echo1
55 #factory.protocol = Echo2
58 wrappingFactory.protocol = TLSTwistedProtocolWrapper
  /frameworks/base/core/java/com/android/internal/util/
Protocol.java 26 * codes with Message.what starting at Protocol.WIFI + 1 and less than or equal to Protocol.WIFI +
27 * Protocol.MAX_MESSAGE
34 public class Protocol {
  /development/tools/axl/
axl.py 26 from twisted.internet import protocol, reactor, defer namespace
27 from twisted.internet.protocol import ServerFactory, Protocol
31 class BaseProtocol(Protocol):
242 for protocol in Drop, ReadAndDrop, GarbageStatus, BadHeader, PauseHeader, \
246 factory.protocol = protocol
247 reactor.listenTCP(protocol.PORT, factory)
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 40 @class NSString, Protocol;
44 @protocol NSObject
51 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
52 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
53 @end @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder;
67 @protocol NSFastEnumeration - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)len;
  /external/jmdns/src/javax/jmdns/
ServiceInfo.java 19 * &lt;app&gt;.&lt;protocol&gt;.&lt;servicedomain&gt;.&lt;parentdomain&gt;.<br/>
20 * &lt;Instance&gt;.&lt;app&gt;.&lt;protocol&gt;.&lt;servicedomain&gt;.&lt;parentdomain&gt;.<br/>
21 * &lt;sub&gt;._sub.&lt;app&gt;.&lt;protocol&gt;.&lt;servicedomain&gt;.&lt;parentdomain&gt;.
26 * <li>&lt;protocol&gt;: This is either "_tcp" or "_udp"</li>
27 * <li>&lt;app&gt;: This define the application protocol. Typical example are "_http", "_ftp", etc.</li>
29 * <li>&lt;sub&gt;: This is the subtype for the application protocol</li>
49 * Protocol Field.
51 Protocol,
382 * dictionary of values to build the fully qualified service name. Mandatory keys are Application and Instance. The Domain default is local, the Protocol default is tcp and the subtype default is none.
599 * Get the URL for this service. An URL is created by combining the protocol, address, port, and path properties
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 164 // Create the built-in forward declaratino for 'Protocol'.
165 DeclarationName Protocol = &Context.Idents.get("Protocol");
166 if (IdResolver.begin(Protocol) == IdResolver.end())
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 79 public static class Protocol {
80 private Protocol() { }
118 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */
132 * TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
144 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */
257 * See {@link Protocol} for descriptions of the values.
400 if (p < Protocol.strings.length) {
401 sbuf.append(Protocol.strings[p]);
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/mdnsresponder/mDNSCore/
uDNS.c 432 u.NATPortReq.opcode = info->Protocol;
519 const char *prot = n->Protocol == NATOp_MapUDP ? "UDP" : n->Protocol == NATOp_MapTCP ? "TCP" : "?";
558 LogInfo("mDNS_StartNATOperation_internal %p Protocol %d IntPort %d RequestedPort %d NATLease %d", traversal,
559 traversal->Protocol, mDNSVal16(traversal->IntPort), mDNSVal16(traversal->RequestedPort), traversal->NATLease);
567 traversal, traversal->Protocol, mDNSVal16(traversal->IntPort), traversal->NATLease);
573 if (traversal->Protocol && traversal->Protocol == (*n)->Protocol && mDNSSameIPPort(traversal->IntPort, (*n)->IntPort) &&
577 traversal, traversal->Protocol, mDNSVal16(traversal->IntPort), traversal->NATLease
1841 mDNSu8 protocol; local
    [all...]
mDNSEmbeddedAPI.h 198 kDNSType_HIP = 55, // 55 Host Identity Protocol
419 // use, because we have a cache coherency protocol to keep the peer caches up to date.
529 mDNSu8 protocol; // Payload type: 0x06 = TCP, 0x11 = UDP variable
572 } TCPHeader; // 20 bytes; IP protocol type 0x06
580 } UDPHeader; // 8 bytes; IP protocol type 0x11
590 } IPv6NDP; // 24 bytes or more; IP protocol type 0x3A
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 

Completed in 739 milliseconds

1 2