Searched defs:protocol (Results 226 - 250 of 537) sorted by relevance

1234567891011>>

/external/chromium_org/remoting/protocol/
H A Dtransport.h43 namespace protocol { namespace in namespace:remoting
132 } // namespace protocol
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DDatabaseIdentifierTest.cpp49 String protocol; member in struct:__anon11356::OriginTestCase
70 RefPtr<SecurityOrigin> origin = SecurityOrigin::create(cases[i].protocol, cases[i].host, cases[i].port);
230 EXPECT_EQ(validCases[i].expectedProtocol, origin->protocol()) << "test case " << i;
H A DOriginAccessEntry.h59 // If host is empty string and SubdomainSetting is AllowSubdomains, the entry will match all domains in the specified protocol.
60 OriginAccessEntry(const String& protocol, const String& host, SubdomainSetting, IPAddressSetting);
63 const String& protocol() const { return m_protocol; } function in class:blink::OriginAccessEntry
79 return equalIgnoringCase(a.protocol(), b.protocol())
/external/chromium_org/third_party/libevent/
H A Devutil.c65 evutil_socketpair(int family, int type, int protocol, int fd[2]) argument
68 return socketpair(family, type, protocol, fd);
85 if (protocol
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddatachannelinterface.h59 std::string protocol; // This is set by the application and opaque to the member in struct:webrtc::DataChannelInit
122 virtual std::string protocol() const { return std::string(); } function in class:webrtc::DataChannelInterface
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drawtransport.cc55 bool RawTransport::ParseCandidates(SignalingProtocol protocol, argument
83 bool RawTransport::WriteCandidates(SignalingProtocol protocol, argument
93 ASSERT(cand->protocol() == "udp");
/external/dhcpcd/
H A Dbpf.c52 open_socket(struct interface *iface, int protocol) argument
110 if (protocol == ETHERTYPE_ARP) {
138 send_raw_packet(const struct interface *iface, int protocol, argument
147 hw.ether_type = htons(protocol);
152 if (protocol == ETHERTYPE_ARP)
162 get_raw_packet(struct interface *iface, int protocol, argument
170 if (protocol == ETHERTYPE_ARP)
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debt_ip6.h37 __u8 protocol; member in struct:ebt_ip6_info
/external/libnl/lib/
H A Dcache_mngt.c50 * @arg protocol netlink protocol
59 struct nl_cache_ops *nl_cache_ops_associate(int protocol, int msgtype) argument
65 if (ops->co_protocol != protocol)
/external/libnl/src/lib/
H A Dutils.c64 int nl_cli_connect(struct nl_sock *sk, int protocol) argument
68 if ((err = nl_connect(sk, protocol)) < 0)
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_none.c68 const char *ifname, const u8 *own_addr, unsigned short protocol,
67 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_none.c68 const char *ifname, const u8 *own_addr, unsigned short protocol,
67 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
/external/wpa_supplicant_8/wpa_supplicant/src/l2_packet/
H A Dl2_packet_none.c68 const char *ifname, const u8 *own_addr, unsigned short protocol,
67 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
/external/apache-http/src/org/apache/http/protocol/
H A DBasicHttpProcessor.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/BasicHttpProcessor.java $
32 package org.apache.http.protocol;
H A DHTTP.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HTTP.java $
32 package org.apache.http.protocol;
35 * Constants and static helpers related to the HTTP protocol.
/external/bluetooth/bluedroid/btif/co/
H A Dbta_pan_co.c165 UINT16 protocol; local
181 if ((p_buf = bta_pan_ci_readbuf(handle, src, dst, &protocol,
197 btpan_tap_send(btpan_cb.tap_fd, src, dst, protocol,
239 UINT16 protocol, UINT8 *p_data,
246 UNUSED(protocol);
269 BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf,
276 UNUSED(protocol);
315 ** Description protocol filter indication from peer device
238 bta_pan_co_tx_write(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 protocol, UINT8 *p_data, UINT16 len, BOOLEAN ext, BOOLEAN forward) argument
268 bta_pan_co_tx_writebuf(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext, BOOLEAN forward) argument
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_pan_internal.h68 UINT16 protocol; member in struct:__anon1044
103 int btpan_tap_send(int tap_fd, const BD_ADDR src, const BD_ADDR dst, UINT16 protocol,
/external/bluetooth/bluedroid/stack/pan/
H A Dpan_main.c426 ** protocol - Network protocol of the Eth packet
438 UINT16 protocol,
484 BNEP_Write (pan_cb.pcb[i].handle, dst, p_data, len, protocol, src, ext);
489 (*pan_cb.pan_data_ind_cb) (pcb->handle, src, dst, protocol, p_data, len, ext, TRUE);
502 BNEP_Write (pan_cb.pcb[i].handle, dst, p_data, len, protocol, src, ext);
515 (*pan_cb.pan_data_ind_cb) (pcb->handle, src, dst, protocol, p_data, len, ext, forward);
532 ** protocol - Network protocol of the Eth packet
543 UINT16 protocol,
435 pan_data_ind_cb(UINT16 handle, UINT8 *src, UINT8 *dst, UINT16 protocol, UINT8 *p_data, UINT16 len, BOOLEAN ext) argument
540 pan_data_buf_ind_cb(UINT16 handle, UINT8 *src, UINT8 *dst, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext) argument
[all...]
/external/chromium_org/chrome/browser/external_protocol/
H A Dexternal_protocol_handler.cc31 // false every time an external protocol is requested, and set back to true on
41 const std::string& protocol,
45 protocol);
47 return delegate->CreateShellWorker(observer, protocol);
126 // Ask the user if they want to allow the protocol. This will call
128 // protocol.
175 // iframe or a redirect, it looks like an external protocol, but we don't
39 CreateShellWorker( ShellIntegration::DefaultWebClientObserver* observer, const std::string& protocol, ExternalProtocolHandler::Delegate* delegate) argument
H A Dexternal_protocol_handler_unittest.cc18 const std::string& protocol,
20 : ShellIntegration::DefaultProtocolClientWorker(observer, protocol),
49 const std::string& protocol) OVERRIDE {
50 return new FakeExternalProtocolHandlerWorker(observer, protocol, os_state_);
16 FakeExternalProtocolHandlerWorker( ShellIntegration::DefaultWebClientObserver* observer, const std::string& protocol, ShellIntegration::DefaultWebClientState os_state) argument
/external/chromium_org/chrome/browser/
H A Dshell_integration.cc130 const std::string& protocol) {
285 DefaultWebClientObserver* observer, const std::string& protocol)
287 protocol_(protocol) {
129 SetAsDefaultProtocolClientInteractive( const std::string& protocol) argument
284 DefaultProtocolClientWorker( DefaultWebClientObserver* observer, const std::string& protocol) argument
H A Dshell_integration.h35 // Sets Chrome as the default client application for the given protocol
37 static bool SetAsDefaultProtocolClient(const std::string& protocol);
40 // Chrome as the default handler for |protocol|. Returns false if the flow
43 // a FILE thread. If Chrome is already default for |protocol|, no interactive
46 const std::string& protocol);
65 // protocol of the requested url. This string may be a name or a path, but
91 // application for the given protocol and return the appropriate state.
93 IsDefaultProtocolClient(const std::string& protocol);
171 // application for a url protocol, and communicates the state and result of
197 // or application for a url protocol o
298 const std::string& protocol() const { return protocol_; } function in class:ShellIntegration::DefaultProtocolClientWorker
[all...]
/external/chromium_org/content/renderer/media/
H A Drtc_data_channel_handler.cc88 blink::WebString RtcDataChannelHandler::protocol() const { function in class:content::RtcDataChannelHandler
89 return base::UTF8ToUTF16(channel_->protocol());
/external/chromium_org/crypto/
H A Dmock_apple_keychain.h90 UInt16 port, SecProtocolType protocol,
110 const SecProtocolType protocol; member in struct:crypto::MockAppleKeychain::KeychainTestData
163 SecProtocolType protocol,
/external/chromium_org/media/filters/
H A Daudio_file_reader.cc17 AudioFileReader::AudioFileReader(FFmpegURLProtocol* protocol) argument
20 protocol_(protocol),

Completed in 492 milliseconds

1234567891011>>