HomeSort by relevance Sort by last modified time
    Searched full:protocol (Results 651 - 675 of 3661) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
JSSEProvider.java 25 * This implementation is based on TLS v 1.0 and SSL v3 protocol specifications.
28 * <li><a href="http://www.ietf.org/rfc/rfc2246.txt">TLS v 1.0 Protocol
30 * <li><a href="http://wp.netscape.com/eng/ssl3">SSL v3 Protocol
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ip.h 2 * INET An implementation of the TCP/IP protocol suite for the LINUX
6 * Definitions for the IP protocol.
100 __u8 protocol; member in struct:iphdr
socket.h 40 char sa_data[14]; /* 14 bytes of protocol address */
61 void * msg_control; /* Per protocol magic (eg BSD file descriptor passing) */
74 int cmsg_level; /* originating protocol */
75 int cmsg_type; /* protocol-specific type */
160 #define AF_INET 2 /* Internet IP Protocol */
191 /* Protocol families, same as address families. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/protocols/
routed.h 37 * Routing Information Protocol
39 * Derived from Xerox NS Routing Information Protocol
52 u_char rip_vers; /* protocol version # */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nlm_prot.x 5 * Network lock manager protocol definition
8 * protocol used between local lock manager and remote lock manager
139 * Over-the-wire protocol used between the network lock managers
  /external/protobuf/python/google/protobuf/
reflection.py 0 # Protocol Buffers - Google's data interchange format
37 protocol message classes from Descriptor objects at runtime.
44 output by the protocol compiler at compile-time.
47 details for ALL pure-Python protocol buffers are *here in
76 """Metaclass for protocol message classes created at runtime from Descriptors.
79 also create properties to allow getting/setting all fields in the protocol
81 "setting" nonexistent fields in the protocol message, which then wouldn't get
84 The protocol compiler currently uses this metaclass to create protocol
97 # Must be consistent with the protocol-compiler code i
    [all...]
  /external/chromium/chrome/browser/
browsing_data_indexed_db_helper.cc 114 if (EqualsASCII(web_security_origin.protocol(),
123 web_security_origin.protocol().utf8(),
162 const std::string& protocol,
170 : protocol(protocol),
276 web_security_origin.protocol().utf8(),
  /external/iproute2/doc/actions/
ifb-README 50 $TC filter add dev ifb0 protocol ip pref 1 parent 1: handle 1 fw classid 1:1
51 $TC filter add dev ifb0 protocol ip pref 2 parent 1: handle 2 fw classid 1:2
59 $TC filter add dev eth0 parent ffff: protocol ip prio 10 u32 \
86 filter protocol ip pref 10 u32
87 filter protocol ip pref 10 u32 fh 800: ht divisor 1
88 filter protocol ip pref 10 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:1
  /external/kernel-headers/original/linux/
socket.h 41 char sa_data[14]; /* 14 bytes of protocol address */
62 void * msg_control; /* Per protocol magic (eg BSD file descriptor passing) */
75 int cmsg_level; /* originating protocol */
76 int cmsg_type; /* protocol-specific type */
163 #define AF_INET 2 /* Internet IP Protocol */
193 /* Protocol families, same as address families. */
  /external/qemu/
Makefile.android 249 android/protocol/core-connection.c \
250 android/protocol/attach-ui-impl.c \
251 android/protocol/fb-updates-impl.c \
252 android/protocol/ui-commands-impl.c \
253 android/protocol/core-commands-proxy.c \
254 android/protocol/user-events-proxy.c \
  /external/qemu/slirp/
ip.h 67 * Definitions for internet protocol version 4.
91 u_int8_t ip_p; /* protocol */
202 u_int8_t ih_pr; /* protocol */
203 u_int16_t ih_len; /* protocol length */
219 u_int8_t ipq_p; /* protocol of this fragment */
272 u_long ips_noproto; /* unknown or unsupported protocol */
  /external/qemu/slirp-android/
ip.h 69 * Definitions for internet protocol version 4.
93 u_int8_t ip_p; /* protocol */
204 u_int8_t ih_pr; /* protocol */
205 u_int16_t ih_len; /* protocol length */
221 u_int8_t ipq_p; /* protocol of this fragment */
274 u_long ips_noproto; /* unknown or unsupported protocol */
  /external/webkit/Source/WebKit/win/
WebURLProtectionSpace.cpp 149 /* [in] */ BSTR protocol,
159 if (BString(protocol) == webURLProtectionSpaceHTTPBString)
161 else if (BString(protocol) == webURLProtectionSpaceHTTPSBString)
163 else if (BString(protocol) == webURLProtectionSpaceFTPBString)
165 else if (BString(protocol) == webURLProtectionSpaceFTPSBString)
218 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::protocol( function in class:WebURLProtectionSpace
  /ndk/sources/host-tools/sed-4.2.1/lib/
strerror.c 71 msg = "Protocol wrong type for socket";
74 msg = "Protocol not available";
77 msg = "Protocol not supported";
86 msg = "Protocol family not supported";
89 msg = "Address family not supported by protocol";
288 msg = "Protocol error";
  /prebuilt/sdk/10/
android.jar 
  /external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
ProtocolVersionTest.java 76 assertEquals("Incorrect protocol version", "TLSv1", ver.name);
80 assertEquals("Incorrect protocol version", "SSLv3", ver.name);
  /external/apache-http/src/org/apache/http/protocol/
HttpRequestHandler.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpRequestHandler.java $
32 package org.apache.http.protocol;
HttpRequestHandlerResolver.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpRequestHandlerResolver.java $
32 package org.apache.http.protocol;
SyncBasicHttpContext.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/SyncBasicHttpContext.java $
32 package org.apache.http.protocol;
  /external/bluetooth/hcidump/parser/
capi.c 3 * BlueZ - Bluetooth protocol stack for Linux
166 return "NCPI not supported by current protocol, NCPI ignored";
168 return "Flags not supported by current protocol, flags ignored";
184 return "B1 protocol not supported";
186 return "B2 protocol not supported";
188 return "B3 protocol not supported";
190 return "B1 protocol parameter not supported";
192 return "B2 protocol parameter not supported";
194 return "B3 protocol parameter not supported";
196 return "B protocol combination not supported"
    [all...]
  /external/chromium/chrome/browser/debugger/
devtools_remote_message.h 14 // Contains DevTools protocol message header names
25 // Represents a Chrome remote debugging protocol message transferred
  /external/chromium/chrome/browser/ui/cocoa/
chrome_event_processing_window_unittest.mm 60 // Make conformsToProtocol return YES for @protocol(BrowserCommandExecutor)
64 // @protocol(BrowserCommandExecutor) and have it work.
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransport.h 60 virtual bool ParseCandidates(SignalingProtocol protocol,
64 virtual bool WriteCandidates(SignalingProtocol protocol,
rawtransport.h 47 virtual bool ParseCandidates(SignalingProtocol protocol,
51 virtual bool WriteCandidates(SignalingProtocol protocol,
  /external/clang/test/FixIt/
fixit-objc.m 11 @protocol X;
14 <X> *P; // expected-warning{{protocol qualifiers without 'id' is archaic}}

Completed in 1904 milliseconds

<<21222324252627282930>>