/libcore/support/src/test/java/libcore/javax/net/ssl/ |
TestSSLContext.java | 149 String protocol = "TLS"; local 150 SSLContext clientContext = createSSLContext(protocol, clientProvider, 152 SSLContext serverContext = createSSLContext(protocol, serverProvider, 201 public static final SSLContext createSSLContext(final String protocol, 207 SSLContext context = SSLContext.getInstance(protocol, provider);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/netinet/ |
ip.h | 47 * Definitions for internet protocol version 4. 73 u_int8_t ip_p; /* protocol */ 202 u_int8_t ippseudo_p; /* protocol */ 203 u_int16_t ippseudo_len; /* protocol length */ 246 uint8_t protocol; member in struct:iphdr
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/netinet/ |
ip.h | 47 * Definitions for internet protocol version 4. 73 u_int8_t ip_p; /* protocol */ 202 u_int8_t ippseudo_p; /* protocol */ 203 u_int16_t ippseudo_len; /* protocol length */ 246 uint8_t protocol; member in struct:iphdr
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/netinet/ |
ip.h | 47 * Definitions for internet protocol version 4. 73 u_int8_t ip_p; /* protocol */ 202 u_int8_t ippseudo_p; /* protocol */ 203 u_int16_t ippseudo_len; /* protocol length */ 246 uint8_t protocol; member in struct:iphdr
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/netinet/ |
ip.h | 47 * Definitions for internet protocol version 4. 73 u_int8_t ip_p; /* protocol */ 202 u_int8_t ippseudo_p; /* protocol */ 203 u_int16_t ippseudo_len; /* protocol length */ 246 uint8_t protocol; member in struct:iphdr
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/netinet/ |
ip.h | 47 * Definitions for internet protocol version 4. 73 u_int8_t ip_p; /* protocol */ 202 u_int8_t ippseudo_p; /* protocol */ 203 u_int16_t ippseudo_len; /* protocol length */ 246 uint8_t protocol; member in struct:iphdr
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/netinet/ |
ip.h | 47 * Definitions for internet protocol version 4. 73 u_int8_t ip_p; /* protocol */ 202 u_int8_t ippseudo_p; /* protocol */ 203 u_int16_t ippseudo_len; /* protocol length */ 246 uint8_t protocol; member in struct:iphdr
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/netinet/ |
ip.h | 47 * Definitions for internet protocol version 4. 73 u_int8_t ip_p; /* protocol */ 202 u_int8_t ippseudo_p; /* protocol */ 203 u_int16_t ippseudo_len; /* protocol length */ 246 uint8_t protocol; member in struct:iphdr
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/netinet/ |
ip.h | 47 * Definitions for internet protocol version 4. 73 u_int8_t ip_p; /* protocol */ 202 u_int8_t ippseudo_p; /* protocol */ 203 u_int16_t ippseudo_len; /* protocol length */ 246 uint8_t protocol; member in struct:iphdr
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/netinet/ |
ip.h | 47 * Definitions for internet protocol version 4. 73 u_int8_t ip_p; /* protocol */ 202 u_int8_t ippseudo_p; /* protocol */ 203 u_int16_t ippseudo_len; /* protocol length */ 246 uint8_t protocol; member in struct:iphdr
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
RawImage.java | 44 * @param version the version of the protocol. 52 // compatibility mode with original protocol 83 // unsupported protocol! 115 * Returns the size of the header for a specific version of the framebuffer adb protocol. 116 * @param version the version of the protocol
|
/system/core/libnetutils/ |
packet.c | 107 ip.protocol = IPPROTO_UDP; 192 } else if (packet.ip.protocol != IPPROTO_UDP) { 194 LOGD("IP protocol (%d) is not UDP", packet.ip.protocol); 227 packet.ip.protocol = IPPROTO_UDP;
|
/prebuilt/sdk/4/ |
android.jar | |
/external/valgrind/main/docs/internals/ |
xml-output-protocol4.txt | 6 Protocols 1 through 3 supported Memcheck only. Protocol 4 provides 8 three variants of Protocol 4, one for each tool, since they produce 12 NOTE that Protocol 4 (for the current svn trunk, which will eventually 24 though: it is not enough merely to state the protocol version -- the 25 tool name must also be stated. Hence in Protocol 4, the 31 with the protocol number, for easy determination of parseability. 50 Protocol 4 changes for Memcheck 53 Protocol 4 for Memcheck is similar to Protocol 3, but has a number 78 For GUI authors upgrading from Protocol 3 or earlier, the mos [all...] |
/external/ipsec-tools/ |
setup.c | 202 /* spdadd src dst protocol -P out ipsec esp/transport//require; 203 * spdadd dst src protocol -P in ipsec esp/transport//require; 205 * spdadd src any protocol -P out ipsec esp/tunnel/local-remote/require; 206 * spdadd any src protocol -P in ipsec esp/tunnel/remote-local/require; */ 208 int protocol, struct sockaddr *local, struct sockaddr *remote) 266 if (pfkey_send_spdadd(key, src, src_prefix, dst, dst_prefix, protocol, 281 if (pfkey_send_spdadd(key, dst, dst_prefix, src, src_prefix, protocol, 562 int privsep_socket(int domain, int type, int protocol) 564 int fd = socket(domain, type, protocol);
|
/prebuilt/common/http-client/ |
httpclient-4.1.1.jar | |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button.h | 21 // Protocol for a BookmarkButton's delegate, responsible for doing 23 @protocol BookmarkButtonDelegate 62 // Protocol to be implemented by controllers that logically own 65 // protocol directly; it is used when BookmarkButton controllers talk 70 @protocol BookmarkButtonControllerProtocol 191 @end // @protocol BookmarkButtonControllerProtocol
|
/external/chromium/net/websockets/ |
websocket_handshake.cc | 29 const std::string& protocol) 33 protocol_(protocol), 51 // WebSocket protocol 4.1 Opening handshake. 67 fields.push_back("Sec-WebSocket-Protocol: " + protocol_); 191 // protocol field or not as specified in the spec. 193 && !GetSingleHeader(headers, "sec-websocket-protocol", &ws_protocol_))
|
websocket_unittest.cc | 146 MockRead("HTTP/1.1 101 Web Socket Protocol Handshake\r\n" 151 "WebSocket-Protocol: sample\r\n" 162 "WebSocket-Protocol: sample\r\n" 208 MockRead("HTTP/1.1 101 Web Socket Protocol Handshake\r\n" 213 "WebSocket-Protocol: sample\r\n" 225 "WebSocket-Protocol: sample\r\n"
|
/external/protobuf/src/google/protobuf/ |
text_format.h | 0 // Protocol Buffers - Google's data interchange format 32 // Based on original Protocol Buffers design by 35 // Utilities for printing and parsing protocol messages in a human-readable, 52 // This class implements protocol buffer text format. Printing and parsing 53 // protocol messages in text format is useful for debugging and human editing 190 // Parses a text-format protocol message from the given input stream to
|
/external/tcpdump/ |
nfs.h | 48 * "NFS: Network File System Protocol Specification" RFC1094 49 * and in the "NFS: Network File System Version 3 Protocol 119 #define NFSX_V3FHMAX 64 /* max. allowed by protocol */ 204 * Constants used by the Version 3 protocol for various RPCs 282 * protocol and to facilitate xdr conversion. 315 * NFS version 2 and the version 3 protocol. Note that the union is only
|
/frameworks/base/core/java/android/os/ |
IBinder.java | 26 * interface describes the abstract protocol for interacting with a 97 * IBinder protocol transaction code: pingBinder(). 102 * IBinder protocol transaction code: dump internal state. 107 * IBinder protocol transaction code: interrogate the recipient side 113 * IBinder protocol transaction code: send a tweet to the target 119 * expected to support this protocol for fully integrated tweeting
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
HandshakeProtocol.java | 38 * Handshake protocol</a> 74 * SSL Record Protocol implementation. 140 // indicates whether protocol needs to send change cipher spec message 143 // indicates whether protocol needs to send change cipher spec message 174 * Sets SSL Record Protocol 521 * Shuts down the protocol. It will be impossible to use the instance
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
socket.h | 50 SOCK_RAW = 3, /* Raw protocol interface. */ 63 /* Protocol families. */ 68 #define PF_INET 2 /* IP protocol family. */ 70 #define PF_IPX 4 /* Novell Internet Protocol. */ 250 int cmsg_level; /* Originating protocol. */ 251 int cmsg_type; /* Protocol specific type. */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
smbno.h | 208 #define SMBnegprot 0x72 /* negotiate protocol */ 224 /* Core+ protocol */ 232 /* dos extended protocol */ 261 /* Extended 2.0 protocol */ 262 #define SMBtrans2 0x32 /* TRANS2 protocol set */ 263 #define SMBtranss2 0x33 /* TRANS2 protocol set, secondary command */
|