HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 201 - 225 of 1993) sorted by null

1 2 3 4 5 6 7 891011>>

  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_ip.h 40 __u8 protocol; member in struct:ebt_ip_info
ebt_ip6.h 41 __u8 protocol; member in struct:ebt_ip6_info
  /development/ndk/platforms/android-21/include/linux/netfilter_bridge/
ebt_ip.h 40 __u8 protocol; member in struct:ebt_ip_info
ebt_ip6.h 41 __u8 protocol; member in struct:ebt_ip6_info
  /development/ndk/platforms/android-3/include/linux/
smb.h 43 enum smb_protocol protocol; member in struct:smb_conn_opt
  /external/android-clat/
checksum.h 29 uint32_t ipv6_pseudo_header_checksum(const struct ip6_hdr *ip6, uint16_t len, uint8_t protocol);
  /external/apache-http/src/org/apache/http/auth/params/
AuthParams.java 35 import org.apache.http.protocol.HTTP;
  /external/apache-http/src/org/apache/http/conn/
ClientConnectionOperator.java 40 import org.apache.http.protocol.HttpContext;
  /external/apache-http/src/org/apache/http/protocol/
HttpRequestHandlerRegistry.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpRequestHandlerRegistry.java $
32 package org.apache.http.protocol;
RequestConnControl.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/RequestConnControl.java $
32 package org.apache.http.protocol;
RequestDate.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/RequestDate.java $
32 package org.apache.http.protocol;
RequestUserAgent.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/RequestUserAgent.java $
32 package org.apache.http.protocol;
  /external/avahi/avahi-core/
browse.h 40 AvahiProtocol protocol; member in struct:AvahiSRecordBrowser
  /external/clang/test/PCH/
objc_container.h 1 @protocol P @end
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
ServerPairingSession.java 41 public ServerPairingSession(PoloWireInterface protocol,
43 this(protocol, context, null);
46 public ServerPairingSession(PoloWireInterface protocol,
48 super(protocol, context);
  /external/kernel-headers/original/uapi/linux/
gsmmux.h 30 unsigned short protocol;/* Protocol to use - only ETH_P_IP supported */ member in struct:gsm_netconfig
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_ip.h 37 __u8 protocol; member in struct:ebt_ip_info
ebt_ip6.h 37 __u8 protocol; member in struct:ebt_ip6_info
  /external/okhttp/android/main/java/com/squareup/okhttp/internal/
Platform.java 31 import com.squareup.okhttp.Protocol;
71 SSLSocket sslSocket, String hostname, List<Protocol> protocols) {
122 * Returns the concatenation of 8-bit, length prefixed protocol names.
125 static byte[] concatLengthPrefixed(List<Protocol> protocols) {
128 Protocol protocol = protocols.get(i); local
129 if (protocol == Protocol.HTTP_1_0) continue; // No HTTP/1.0 for ALPN.
130 result.writeByte(protocol.toString().length());
131 result.writeUtf8(protocol.toString())
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
StatusLineTest.java 18 import com.squareup.okhttp.Protocol;
33 assertEquals(Protocol.HTTP_1_1, statusLine.protocol);
42 assertEquals(Protocol.HTTP_1_1, statusLine.protocol);
47 * This is not defined in the protocol but some servers won't add the leading
56 assertEquals(Protocol.HTTP_1_1, statusLine.protocol);
64 assertEquals(Protocol.HTTP_1_0, statusLine.protocol);
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_accept_op.hpp 29 template <typename Socket, typename Protocol>
34 socket_ops::state_type state, Socket& peer, const Protocol& protocol,
35 typename Protocol::endpoint* peer_endpoint, func_type complete_func)
40 protocol_(protocol),
73 Protocol protocol_;
74 typename Protocol::endpoint* peer_endpoint_;
77 template <typename Socket, typename Protocol, typename Handler>
79 public reactive_socket_accept_op_base<Socket, Protocol>
85 socket_ops::state_type state, Socket& peer, const Protocol& protocol
    [all...]
  /external/webrtc/talk/app/webrtc/objc/public/
RTCMediaStreamTrack.h 33 @protocol RTCMediaStreamTrackDelegate<NSObject>
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDVideoCallView.h 19 @protocol ARDVideoCallViewDelegate <NSObject>
  /frameworks/base/core/java/android/hardware/usb/
UsbInterface.java 50 int Class, int subClass, int protocol) {
56 mProtocol = protocol;
112 * Returns the interface's protocol field.
114 * @return the interface's protocol
169 int protocol = in.readInt();
171 UsbInterface intf = new UsbInterface(id, alternateSetting, name, Class, subClass, protocol);
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/protocol/
OmtpProtocol.java 17 package com.android.phone.vvm.omtp.protocol;

Completed in 5821 milliseconds

1 2 3 4 5 6 7 891011>>