Searched defs:protocol (Results 176 - 200 of 537) sorted by relevance

1234567891011>>

/external/chromium_org/remoting/protocol/
H A Dpseudotcp_channel_factory.cc5 #include "remoting/protocol/pseudotcp_channel_factory.h"
12 #include "remoting/protocol/datagram_channel_factory.h"
15 namespace protocol { namespace in namespace:remoting
99 } // namespace protocol
H A Dsecure_channel_factory.cc5 #include "remoting/protocol/secure_channel_factory.h"
9 #include "remoting/protocol/authenticator.h"
10 #include "remoting/protocol/channel_authenticator.h"
13 namespace protocol { namespace in namespace:remoting
82 } // namespace protocol
H A Dsession.h10 #include "remoting/protocol/errors.h"
11 #include "remoting/protocol/session_config.h"
18 namespace protocol { namespace in namespace:remoting
25 // protocol used for each channel.
85 // Configuration of the protocol that was sent or received in the
94 // Set protocol configuration for an incoming session. Must be
114 } // namespace protocol
H A Dssl_hmac_channel_authenticator.h14 #include "remoting/protocol/channel_authenticator.h"
27 namespace protocol { namespace in namespace:remoting
103 } // namespace protocol
H A Dthird_party_host_authenticator.cc5 #include "remoting/protocol/third_party_host_authenticator.h"
13 #include "remoting/protocol/token_validator.h"
14 #include "remoting/protocol/v2_authenticator.h"
18 namespace protocol { namespace in namespace:remoting
39 LOG(ERROR) << "Third-party authentication protocol error: missing token.";
94 } // namespace protocol
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCDataChannel.h46 @property(nonatomic) NSString* protocol; variable
76 @protocol RTCDataChannelDelegate<NSObject>
96 @property(nonatomic, readonly) NSString* protocol; variable
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportdescriptionfactory.h56 // Specifies the transport protocol to be use.
57 void set_protocol(TransportProtocol protocol) { protocol_ = protocol; } argument
/external/chromium_org/third_party/webrtc/base/
H A Dhttpcommon-inl.h82 CTYPE protocol[9]; local
83 asccpyn(protocol, ARRAY_SIZE(protocol), secure_ ? "https://" : "http://");
84 val->append(protocol);
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debt_ip.h37 __u8 protocol; member in struct:ebt_ip_info
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DReason.java29 * reason-value = protocol *(SEMI reason-params)
30 * protocol = "SIP" / "Q.850" / token
31 * reason-params = protocol-cause / reason-text
33 * protocol-cause = "cause" EQUAL cause
65 protected String protocol; field in class:Reason
83 /** Set the protocol
85 *@param protocol - protocol to set.
88 public void setProtocol(String protocol) throws ParseException { argument
89 this.protocol
[all...]
/external/android-clat/
H A Dchecksum.c89 * protocol - the transport layer protocol, can be different from ip6->ip6_nxt for fragments
91 uint32_t ipv6_pseudo_header_checksum(const struct ip6_hdr *ip6, uint16_t len, uint8_t protocol) { argument
94 checksum_next = htonl(protocol);
113 temp_protocol = htons(ip->protocol);
H A Dipv6.c72 * takes an ipv6 packet and hands it off to the layer 4 protocol function
82 uint8_t protocol; local
116 protocol = ip6->ip6_nxt;
122 fill_ip_header(ip_targ, 0, protocol, ip6);
127 if (protocol == IPPROTO_FRAGMENT) {
137 protocol = parse_frag_header(frag_hdr, ip_targ);
140 // ICMP and ICMPv6 have different protocol numbers.
141 if (protocol == IPPROTO_ICMPV6) {
142 protocol = IPPROTO_ICMP;
143 ip_targ->protocol
[all...]
/external/apache-http/src/org/apache/http/
H A DProtocolVersion.java39 * Represents a protocol version, as specified in RFC 2616.
42 * for the protocol name. It defines a protocol version "SIP/2.0".
46 * This class defines a protocol version as a combination of
47 * protocol name, major version number, and minor version number.
66 /** Name of the protocol. */
67 protected final String protocol; field in class:ProtocolVersion
69 /** Major version number of the protocol */
72 /** Minor version number of the protocol */
77 * Create a protocol versio
83 ProtocolVersion(String protocol, int major, int minor) argument
[all...]
/external/apache-http/src/org/apache/http/message/
H A DBasicLineParser.java40 import org.apache.http.protocol.HTTP;
82 * A version of the protocol to parse.
83 * The version is typically not relevant, but the protocol name.
85 protected final ProtocolVersion protocol; field in class:BasicLineParser
89 * Creates a new line parser for the given HTTP-like protocol.
91 * @param proto a version of the protocol to parse, or
93 * is not relevant, only the protocol name.
99 this.protocol = proto;
144 final String protoname = this.protocol.getProtocol();
157 ("Not a valid protocol versio
[all...]
/external/apache-http/src/org/apache/http/protocol/
H A DHttpService.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpService.java $
32 package org.apache.http.protocol;
147 // Downgrade protocol version if greater than HTTP/1.1
/external/bluetooth/bluedroid/bta/pan/
H A Dbta_pan_ci.c130 void bta_pan_ci_rx_write(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, argument
144 ((tBTA_PAN_DATA_PARAMS *)p_buf)->protocol = protocol;
173 void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, argument
180 ((tBTA_PAN_DATA_PARAMS *)p_buf)->protocol = protocol;
215 *p_protocol = ((tBTA_PAN_DATA_PARAMS *)p_buf)->protocol;
247 ** Description This function is called to set protocol filters
277 void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext) argument
282 UNUSED(protocol);
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/src/org/chromium/
H A DIRCProxyWebSocket.java33 String protocol) {
32 doWebSocketConnect(HttpServletRequest request, String protocol) argument
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_webrtc_data_channel_handler.cc73 WebString MockWebRTCDataChannelHandler::protocol() const { function in class:content::MockWebRTCDataChannelHandler
74 return init_.protocol;
/external/chromium_org/device/nfc/
H A Dnfc_tag.h60 // Called when the underlying NFC protocol has been determined.
61 virtual void TagSupportedProtocolChanged(NfcTag* tag, Protocol protocol) {} argument
85 // Returns the current tag's supported NFC protocol.
H A Dnfc_tag_chromeos.cc33 // Converts an NFC tag protocol value returned by neard to a NfcTag::Protocol
36 const std::string& protocol) {
37 if (protocol == nfc_common::kProtocolFelica)
39 if (protocol == nfc_common::kProtocolIsoDep)
41 if (protocol == nfc_common::kProtocolJewel)
43 if (protocol == nfc_common::kProtocolMifare)
45 if (protocol == nfc_common::kProtocolNfcDep)
92 GetProperties(object_path_)->protocol.value());
97 // Determine supported technologies based on the tag's protocol and
100 NfcTag::Protocol protocol local
35 DBusProtocolPropertyToTagProtocol( const std::string& protocol) argument
[all...]
/external/chromium_org/jingle/glue/
H A Dutils.cc42 value.SetString("protocol", candidate.protocol());
67 std::string protocol; local
76 !dic_value->GetString("protocol", &protocol) ||
86 candidate->set_protocol(protocol);
/external/chromium_org/net/http/
H A Dhttp_stream_factory.cc36 AlternateProtocol protocol = UNINITIALIZED_ALTERNATE_PROTOCOL; local
70 protocol =
72 if (IsAlternateProtocolValid(protocol) &&
73 !session.IsProtocolEnabled(protocol)) {
74 protocol = ALTERNATE_PROTOCOL_BROKEN;
77 if (protocol == ALTERNATE_PROTOCOL_BROKEN) {
79 << " header has unrecognized protocol: "
85 if (protocol == UNINITIALIZED_ALTERNATE_PROTOCOL)
96 // If we think the alternate protocol is broken, don't change it.
97 if (existing_alternate.protocol
[all...]
/external/chromium_org/ppapi/tests/
H A Dtesting_instance.h99 const std::string& protocol() { function in class:TestingInstance
172 // String representing the protocol. Used for detecting whether we're running
/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_instance.h19 #include "remoting/protocol/clipboard_stub.h"
20 #include "remoting/protocol/cursor_shape_stub.h"
25 namespace protocol { namespace in namespace:remoting
28 } // namespace protocol
37 public protocol::ClipboardStub,
38 public protocol::CursorShapeStub,
81 protocol::MouseEvent_MouseButton button,
98 protocol::ConnectionToHost::State state,
99 protocol::ErrorCode error) OVERRIDE;
102 const protocol
[all...]
/external/chromium_org/remoting/client/plugin/
H A Dpepper_input_handler.h13 #include "remoting/protocol/input_stub.h"
23 namespace protocol { namespace in namespace:remoting
25 } // namespace protocol
33 void set_input_stub(protocol::InputStub* input_stub) {
84 protocol::InputStub* input_stub_;

Completed in 5074 milliseconds

1234567891011>>