/external/iptables/extensions/ |
libxt_SNAT.man | 16 if the rule also specifies one of the following protocols:
|
/external/libchrome/base/mac/ |
scoped_nsobject.h | 34 // with protocols.
|
/external/libmicrohttpd/src/microhttpd/ |
reason_phrase.c | 38 "Switching Protocols",
|
/external/libpcap/ |
README.sita | 31 both WAN and LAN protocols. It effectively splits the operation of
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
OkHttp.java | 38 client.setProtocols(benchmark.protocols);
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
ConnectionSpec.java | 176 * In order for a socket to be compatible the enabled cipher suites and protocols must intersect. 182 * <p>For protocols, at least one of the {@link #tlsVersions() required protocols} must match the 183 * socket's enabled protocols.
|
/external/tcpdump/ |
oui.h | 20 #define OUI_CISCO 0x00000c /* Cisco protocols */
|
/external/testng/src/test/java/test/remote/ |
RemoteTest.java | 21 * two supported protocols, String and Serialized.
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
StandardConstants.java | 45 * The SNI extension is a feature that extends the SSL/TLS protocols to
|
SSLEngine.java | 33 * A class which enables secure communications using protocols such as 36 * Layer Security" (TLS) </A> protocols, but is transport independent. 265 * close the SSL/TLS link. The SSL/TLS protocols have closure handshake 342 * <li> The SSL/TLS protocols employ ordered packets. 373 * <h4>Protocols</h4> [all...] |
/libcore/ojluni/src/main/java/sun/net/util/ |
URLUtil.java | 63 /* if no port is specificed then use the protocols
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
LoggingInputStream.java | 90 // email protocols are supposed to be all 7bits, but there are wrong implementations
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
error.h | 42 #define SND_ERROR_INCOMPATIBLE_VERSION (SND_ERROR_BEGIN+0) /**< Kernel/library protocols are not compatible. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
if_pppox.h | 44 * Protocols supported by AF_PPPOX
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/protocols/ |
rwhod.h | 67 #endif /* protocols/rwhod.h */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
error.h | 42 #define SND_ERROR_INCOMPATIBLE_VERSION (SND_ERROR_BEGIN+0) /**< Kernel/library protocols are not compatible. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/protocols/ |
rwhod.h | 67 #endif /* protocols/rwhod.h */
|
/prebuilts/go/darwin-x86/src/crypto/rc4/ |
rc4.go | 10 // it a poor choice for new protocols.
|
/prebuilts/go/darwin-x86/src/net/http/ |
status.go | 65 StatusSwitchingProtocols: "Switching Protocols",
|
/prebuilts/go/linux-x86/src/crypto/rc4/ |
rc4.go | 10 // it a poor choice for new protocols.
|
/prebuilts/go/linux-x86/src/net/http/ |
status.go | 65 StatusSwitchingProtocols: "Switching Protocols",
|
/system/bt/stack/pan/ |
pan_int.h | 36 /* Protocols supported by the host internal stack, are registered with SDP */
|
/external/conscrypt/src/main/java/org/conscrypt/ |
SSLParametersImpl.java | 57 * about enabled cipher suites and protocols, 91 // protocols enabled for SSL connection 139 ServerSessionContext serverSessionContext, String[] protocols) 168 // initialize the list of cipher suites and protocols enabled by default 170 protocols == null ? NativeCrypto.DEFAULT_PROTOCOLS : protocols).clone(); 287 * @return the set of enabled protocols 294 * Sets the set of available protocols for use in SSL connection. 295 * @param protocols String[] 297 protected void setEnabledProtocols(String[] protocols) { [all...] |
/external/clang/lib/Parse/ |
ParseObjc.cpp | 283 assert(LAngleLoc.isInvalid() && "Cannot have already parsed protocols"); 315 SmallVector<Decl *, 4> protocols; local 342 protocols, local 353 // We already parsed the protocols named when we thought we had a 360 ProtocolIdents, protocols); 362 } else if (protocols.empty() && Tok.is(tok::less) && 363 ParseObjCProtocolReferences(protocols, protocolLocs, true, true, 370 Actions.ActOnTypedefedProtocols(protocols, superClassId, superClassLoc); 379 protocols.data(), protocols.size() 1605 SmallVector<Decl *, 8> protocols; local 1703 protocols, local 1830 SmallVector<Decl *, 4> protocols; local 2163 SmallVector<Decl *, 4> protocols; local 2199 SmallVector<Decl *, 4> protocols; local [all...] |
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
util.py | 42 link = 'http://www.w3.org/Protocols/rfc2616/rfc2616-sec%s.html#sec%s' % ( 60 101: 'Switching Protocols',
|