HomeSort by relevance Sort by last modified time
    Searched full:protocol (Results 176 - 200 of 4856) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/sepolicy/
mtp.te 1 # vpn tunneling protocol manager
  /external/tcpdump/
netbios.h 2 * NETBIOS protocol formats
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/logic/
AndroidExceptionHandler.java 35 import org.eclipse.sequoyah.vnc.protocol.PluginProtocolActionDelegate;
36 import org.eclipse.sequoyah.vnc.protocol.lib.IProtocolExceptionHandler;
37 import org.eclipse.sequoyah.vnc.protocol.lib.ProtocolHandle;
38 import org.eclipse.sequoyah.vnc.protocol.lib.exceptions.InvalidDefinitionException;
39 import org.eclipse.sequoyah.vnc.protocol.lib.exceptions.InvalidInputStreamDataException;
40 import org.eclipse.sequoyah.vnc.protocol.lib.exceptions.InvalidMessageException;
41 import org.eclipse.sequoyah.vnc.protocol.lib.exceptions.MessageHandleException;
42 import org.eclipse.sequoyah.vnc.protocol.lib.exceptions.ProtocolHandshakeException;
43 import org.eclipse.sequoyah.vnc.protocol.lib.exceptions.ProtocolRawHandlingException;
56 * Class that defines how to handle internal protocol exception
    [all...]
  /external/chromium/net/socket/
ssl_client_socket.h 49 // Next Protocol Negotiation (NPN) allows a TLS client and server to come to
50 // an agreement about the application level protocol to speak over a
56 kNextProtoNegotiated = 1, // We agreed on a protocol.
58 // the first protocol in our list.
61 // Next Protocol Negotiation (NPN), if successful, results in agreement on an
62 // application-level string that specifies the application level protocol to
80 // Get the application level protocol that we negotiated with the server.
81 // *proto is set to the resulting protocol (n.b. that the string may have
84 // kNextProtoNegotiated: *proto is set to the negotiated protocol.
85 // kNextProtoNoOverlap: *proto is set to the first protocol in th
    [all...]
  /external/chromium/net/socket_stream/
socket_stream_job.h 20 // If a protocol (e.g. WebSocket protocol) needs to inspect/modify data
21 // over SocketStream, you can implement protocol specific job (e.g.
23 // Registers the protocol specific SocketStreamJob by RegisterProtocolFactory
27 // Callback function implemented by protocol handlers to create new jobs.
  /external/clang/test/SemaObjC/
check-dup-objc-decls-1.m 30 @protocol P -im1; @end
31 @protocol Q -im2; @end
35 @protocol PP<P> @end // expected-note {{previous definition is here}}
36 @protocol PP<Q> @end // expected-warning {{duplicate protocol definition of 'PP'}}
property-8.m 8 @protocol NSObject - (BOOL)isEqual:(id)object; @end
9 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end
10 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end
11 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; @end
19 @protocol NSFastEnumeration
super-cat-prot.m 5 @protocol NSObject - (BOOL)isEqual:(id)object; @end
6 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; @end
12 @protocol NSAnimatablePropertyContainer - (id)animator; @end
28 @protocol IBObjectProtocol -(NSString *)inspectorClassName; @end
29 @protocol IBViewProtocol
  /external/openssh/
PROTOCOL.agent 1 This describes the protocol used by OpenSSH's ssh-agent.
3 OpenSSH's agent supports managing keys for the standard SSH protocol
4 2 as well as the legacy SSH protocol 1. Support for these key types
6 protocol 2 keys cannot see or affect protocol 1 keys and vice-versa.
8 Protocol 1 and protocol 2 keys are separated because of the differing
9 cryptographic usage: protocol 1 private RSA keys are used to decrypt
11 whereas protocol 2 RSA private keys are used to sign challenges with
16 With a couple of exceptions, the protocol message names used in thi
    [all...]
  /external/iproute2/doc/actions/
gact-usage 31 tc filter add dev eth0 parent ffff: protocol ip prio 6 u32 match ip src \
50 tc filter add dev eth0 parent ffff: protocol ip prio 6 u32 match ip src \
56 filter protocol ip pref 6 u32 filter protocol ip pref 6 u32 fh 800: ht divisor 1filter protocol ip pref 6 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:16 (rule hit 20 success 20)
65 tc filter add dev eth0 parent ffff: protocol ip prio 6 u32 match ip src \
72 filter protocol ip pref 6 u32 filter protocol ip pref 6 u32 fh 800: ht divisor 1filter protocol ip pref 6 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:16 (rule hit 20 success 20)
  /device/samsung/toroplus/
test-apns-conf_sprint.xml 29 protocol="IPV4V6"
42 protocol="IPV4V6"
52 protocol="IPV4V6"
62 protocol="IPV4V6"
75 protocol="IPV4V6"
85 protocol="IPV4V6"
95 protocol="IPV4V6"
108 protocol="IPV4V6"
121 protocol="IPV4V6"
131 protocol="IPV4V6"
    [all...]
  /external/libppp/src/
hdlc.c 178 { 0x0001, 0x0001, "Padding Protocol" },
180 { 0x0021, 0x0021, "Internet Protocol" },
189 { 0x0033, 0x0033, "Stream Protocol (ST-II)" },
200 { 0x0049, 0x0049, "Serial Data Transport Protocol (PPP-SDTP)" },
207 { 0x0057, 0x0057, "Internet Protocol V6" },
209 { 0x0071, 0x0071, "BAP Bandwidth Allocation Protocol" },
210 { 0x0073, 0x0073, "MP+ Protocol" },
221 { 0x0207, 0x0207, "Cisco Discovery Protocol" },
225 { 0x0235, 0x0235, "Apple Client Server Protocol" },
227 { 0x4001, 0x4001, "Cray Communications Control Protocol" },
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dn.h 14 #define DNPROTO_NSP 2 /* NSP protocol number */
15 #define DNPROTO_ROU 3 /* Routing protocol number */
16 #define DNPROTO_NML 4 /* Net mgt protocol number */
17 #define DNPROTO_EVL 5 /* Evl protocol number (usr) */
18 #define DNPROTO_EVR 6 /* Evl protocol number (evl) */
19 #define DNPROTO_NSPT 7 /* NSP trace protocol number */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dn.h 14 #define DNPROTO_NSP 2 /* NSP protocol number */
15 #define DNPROTO_ROU 3 /* Routing protocol number */
16 #define DNPROTO_NML 4 /* Net mgt protocol number */
17 #define DNPROTO_EVL 5 /* Evl protocol number (usr) */
18 #define DNPROTO_EVR 6 /* Evl protocol number (evl) */
19 #define DNPROTO_NSPT 7 /* NSP trace protocol number */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dn.h 14 #define DNPROTO_NSP 2 /* NSP protocol number */
15 #define DNPROTO_ROU 3 /* Routing protocol number */
16 #define DNPROTO_NML 4 /* Net mgt protocol number */
17 #define DNPROTO_EVL 5 /* Evl protocol number (usr) */
18 #define DNPROTO_EVR 6 /* Evl protocol number (evl) */
19 #define DNPROTO_NSPT 7 /* NSP trace protocol number */
  /external/iproute2/examples/diffserv/
Edge32-ca-u32 57 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 u32 \
61 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 u32 \
70 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 u32 \
74 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
82 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
86 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
97 $TC filter add dev $INDEV parent ffff: protocol ip prio 8 u32 \
101 $TC filter add dev $INDEV parent ffff: protocol ip prio 9 u32 \
109 $TC filter add dev $INDEV parent ffff: protocol ip prio 10 u32 \
113 $TC filter add dev $INDEV parent ffff: protocol ip prio 11 u32
    [all...]
  /external/webkit/Source/WebCore/websockets/
WebSocket.cpp 55 static bool isValidProtocolString(const String& protocol)
57 if (protocol.isNull())
59 if (protocol.isEmpty())
61 const UChar* characters = protocol.characters();
62 for (size_t i = 0; i < protocol.length(); i++) {
69 static String encodeProtocolString(const String& protocol)
72 for (size_t i = 0; i < protocol.length(); i++) {
73 if (protocol[i] < 0x20 || protocol[i] > 0x7E)
74 builder.append(String::format("\\u%04X", protocol[i]))
    [all...]
  /development/ndk/sources/android/libportable/arch-arm/
socket.c 21 int socket_portable(int domain, int type, int protocol) {
22 return socket(domain, type, protocol);
  /development/ndk/sources/android/libportable/arch-x86/
socket.c 21 int socket_portable(int domain, int type, int protocol) {
22 return socket(domain, type, protocol);
  /development/samples/USB/AdbTest/
_index.html 1 <p>AdbTest is a sample program that implements a subset of the <code>adb</code> USB protocol.
10 <li>Matching devices based on interface class, subclass and protocol (see <code>device_filter.xml</code>)</li>
  /external/chromium/chrome/browser/debugger/
devtools_remote_service.h 17 // Contains constants for DevToolsRemoteService tool protocol commands.
24 // Handles Chrome remote debugger protocol service commands.
  /external/chromium/chrome/browser/sync/util/
protobuf_unittest.cc 8 #include "chrome/browser/sync/protocol/test.pb.h"
14 // This tests ensures that we retain unknown fields in protocol buffers by
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_controller_target.h 13 // A protocol to be implemented by a TabController's target.
14 @protocol TabControllerTarget
  /external/chromium/net/tools/fetch/
http_server_response_info.h 18 // The response protocol.
19 std::string protocol; member in class:HttpServerResponseInfo
  /external/clang/test/CodeGenObjC/
encode-test-2.m 8 @protocol X, Y, Z;
11 @protocol Proto

Completed in 5964 milliseconds

1 2 3 4 5 6 78 91011>>