/external/deqp/framework/delibs/deutil/ |
deSocket.h | 111 deBool deSocketAddress_setProtocol (deSocketAddress* address, deSocketProtocol protocol);
|
/external/iproute2/include/linux/ |
bpf.h | 303 __u32 protocol; member in struct:__sk_buff
|
/external/jetty/src/java/org/eclipse/jetty/server/ssl/ |
SslConnector.java | 127 * @return The SSL protocol (default "TLS") passed to {@link SSLContext#getInstance(String, String)} 135 * @param protocol The SSL protocol (default "TLS") passed to {@link SSLContext#getInstance(String, String)} 139 public abstract void setProtocol(String protocol);
|
/external/kernel-headers/original/uapi/linux/ |
bpf.h | 283 __u32 protocol; member in struct:__sk_buff
|
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
|
ppp-ioctl.h | 20 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */ 55 int protocol; /* PPP protocol, e.g. PPP_IP */ member in struct:npioctl
|
/external/libchrome/base/message_loop/ |
message_pump_mac.h | 49 // Clients must subclass NSApplication and implement this protocol if they use 51 @protocol CrAppProtocol
|
/external/libgdx/gdx/src/com/badlogic/gdx/net/ |
NetJavaSocketImpl.java | 23 import com.badlogic.gdx.Net.Protocol; 37 public NetJavaSocketImpl (Protocol protocol, String host, int port, SocketHints hints) {
|
/external/libmicrohttpd/src/testcurl/https/ |
test_https_session_info.c | 61 MHD_CONNECTION_INFO_PROTOCOL)->protocol)) 74 "Error: requested protocol mismatch (wanted %d, got %d)\n",
|
/external/libnfc-nci/src/nfa/int/ |
nfa_dm_int.h | 131 tNFA_NFC_PROTOCOL protocol; member in struct:__anon15661 265 tNFA_NFC_PROTOCOL protocol; member in struct:__anon15672 279 NFA_DM_RF_DISC_START_EVT, /* discovery started with protocol, technology and mode */ 280 NFA_DM_RF_DISC_ACTIVATED_EVT, /* activated with configured protocol, technology and mode */ 285 /* Combined NFC Technology and protocol bit mask */ 298 #define NFA_DM_DISC_MASK_P_LEGACY 0x00002000 /* Legacy/proprietary/non-NFC Forum protocol (e.g Shanghai transit card) */ 347 tNFA_DM_DISC_TECH_PROTO_MASK requested_disc_mask;/* technology and protocol requested */ 348 tNFA_DM_DISC_TECH_PROTO_MASK selected_disc_mask; /* technology and protocol waiting for activation */ 382 tNFA_NFC_PROTOCOL activated_protocol; /* activated protocol */ 392 tNFA_DM_DISC_TECH_PROTO_MASK dm_disc_mask; /* technology and protocol waiting for activation * [all...] |
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
Internal.java | 26 import com.squareup.okhttp.Protocol; 63 public abstract void setProtocol(Connection connection, Protocol protocol);
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
resolver_service.hpp | 30 template <typename Protocol> 39 typedef typename Protocol::endpoint endpoint_type; 42 typedef asio::ip::basic_resolver_query<Protocol> query_type; 45 typedef asio::ip::basic_resolver_iterator<Protocol> iterator_type; 73 typedef resolve_op<Protocol, Handler> op; 93 endpoint.protocol().type(), ec); 105 typedef resolve_endpoint_op<Protocol, Handler> op;
|
/external/parameter-framework/asio-1.10.6/include/asio/ip/ |
basic_endpoint.hpp | 41 /// The protocol type associated with the endpoint. 110 /// The protocol associated with the endpoint. 111 protocol_type protocol() const function in class:asio::ip::basic_endpoint
|
/external/parameter-framework/upstream/remote-processor/ |
RemoteProcessorServer.cpp | 60 _acceptor.open(endpoint.protocol());
|
/external/selinux/libsepol/include/sepol/policydb/ |
services.h | 181 * `domain', `type', `protocol', and `port'. 185 uint8_t protocol,
|
/external/valgrind/coregrind/ |
pub_core_libcfile.h | 70 extern Int VG_(socket) ( Int domain, Int type, Int protocol );
|
/external/webrtc/webrtc/p2p/base/ |
relayport.h | 63 bool SupportsProtocol(const std::string& protocol) const override {
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SimpleSessionDescription.java | 24 * An object used to manipulate messages of Session Description Protocol (SDP). 25 * It is mainly designed for the uses of Session Initiation Protocol (SIP). 116 * @param protocol The transport protocol, e.g. {@code "RTP/AVP"}. 119 String protocol) { 120 Media media = new Media(type, port, portCount, protocol); 244 private Media(String type, int port, int portCount, String protocol) { 249 mProtocol = protocol; 274 * Returns the transport protocol.
|
/frameworks/volley/src/test/java/com/android/volley/mock/ |
MockHttpClient.java | 33 import org.apache.http.protocol.HttpContext;
|
/libcore/luni/src/main/java/libcore/io/ |
BlockGuardOs.java | 287 @Override public FileDescriptor socket(int domain, int type, int protocol) throws ErrnoException { 288 return tagSocket(os.socket(domain, type, protocol)); 291 @Override public void socketpair(int domain, int type, int protocol, FileDescriptor fd1, FileDescriptor fd2) throws ErrnoException { 292 os.socketpair(domain, type, protocol, fd1, fd2);
|
/libcore/luni/src/test/java/libcore/java/net/ |
URLStreamHandlerFactoryTest.java | 75 // clear cached protocol handlers if they exist 80 System.setProperty("java.protocol.handler.pkgs", getHandlerPackageName()); 84 System.clearProperty("java.protocol.handler.pkgs"); 89 // clear cached protocol handlers if they exist 99 System.setProperty("java.protocol.handler.pkgs", getHandlerPackageName()); 103 System.clearProperty("java.protocol.handler.pkgs"); 113 @Override public URLStreamHandler createURLStreamHandler(String protocol) {
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/file/ |
Handler.java | 26 package sun.net.www.protocol.file;
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/http/ |
NTLMAuthenticationProxy.java | 25 package sun.net.www.protocol.http; 40 private static final String clazzStr = "sun.net.www.protocol.http.ntlm.NTLMAuthentication";
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/ |
JarFileFactory.java | 26 package sun.net.www.protocol.jar;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
if_ppp.h | 2 * if_ppp.h - Point-to-Point Protocol definitions. 45 #define PROTO_IPX 0x002b /* protocol numbers */ 53 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */ 91 int protocol; /* PPP protocol, e.g. PPP_IP */ member in struct:npioctl
|