Home
last modified time | relevance | path

Searched refs:Protocol (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dsocket_option.hpp70 template <typename Protocol>
71 int level(const Protocol&) const in level()
77 template <typename Protocol>
78 int name(const Protocol&) const in name()
84 template <typename Protocol>
85 int* data(const Protocol&) in data() argument
91 template <typename Protocol>
92 const int* data(const Protocol&) const in data()
98 template <typename Protocol>
99 std::size_t size(const Protocol&) const in size()
[all …]
Dreactive_socket_accept_op.hpp29 template <typename Socket, typename Protocol>
34 socket_ops::state_type state, Socket& peer, const Protocol& protocol, in reactive_socket_accept_op_base()
35 typename Protocol::endpoint* peer_endpoint, func_type complete_func) in reactive_socket_accept_op_base()
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, in reactive_socket_accept_op()
86 typename Protocol::endpoint* peer_endpoint, Handler& handler) in reactive_socket_accept_op()
87 : reactive_socket_accept_op_base<Socket, Protocol>(socket, state, peer, in reactive_socket_accept_op()
Dresolver_service.hpp30 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; in async_resolve()
105 typedef resolve_endpoint_op<Protocol, Handler> op; in async_resolve()
/external/parameter-framework/asio-1.10.6/include/asio/
Dconnect.hpp60 template <typename Protocol, typename SocketService, typename Iterator>
61 Iterator connect(basic_socket<Protocol, SocketService>& s, Iterator begin);
97 template <typename Protocol, typename SocketService, typename Iterator>
98 Iterator connect(basic_socket<Protocol, SocketService>& s,
129 template <typename Protocol, typename SocketService, typename Iterator>
130 Iterator connect(basic_socket<Protocol, SocketService>& s,
166 template <typename Protocol, typename SocketService, typename Iterator>
167 Iterator connect(basic_socket<Protocol, SocketService>& s,
229 template <typename Protocol, typename SocketService,
231 Iterator connect(basic_socket<Protocol, SocketService>& s,
[all …]
Dbasic_stream_socket.hpp40 template <typename Protocol,
41 typename StreamSocketService = stream_socket_service<Protocol> >
43 : public basic_socket<Protocol, StreamSocketService>
54 typedef Protocol protocol_type;
57 typedef typename Protocol::endpoint endpoint_type;
69 : basic_socket<Protocol, StreamSocketService>(io_service) in basic_stream_socket()
87 : basic_socket<Protocol, StreamSocketService>(io_service, protocol) in basic_stream_socket()
108 : basic_socket<Protocol, StreamSocketService>(io_service, endpoint) in basic_stream_socket()
128 : basic_socket<Protocol, StreamSocketService>( in basic_stream_socket()
144 : basic_socket<Protocol, StreamSocketService>( in basic_stream_socket()
[all …]
Dsocket_acceptor_service.hpp28 template <typename Protocol>
30 : public asio::detail::service_base<socket_acceptor_service<Protocol> >
35 typedef Protocol protocol_type;
42 typedef detail::reactive_socket_service<Protocol> service_impl_type;
57 socket_acceptor_service<Protocol> >(io_service), in socket_acceptor_service()
90 Protocol1, Protocol>::value>::type* = 0) in converting_move_construct()
226 typename enable_if<is_convertible<Protocol, Protocol1>::value>::type* = 0) in accept() argument
239 typename enable_if<is_convertible<Protocol, Protocol1>::value>::type* = 0) in ASIO_INITFN_RESULT_TYPE()
/external/parameter-framework/asio-1.10.6/include/asio/impl/
Dconnect.hpp40 template <typename Protocol, typename SocketService, typename Iterator>
41 Iterator connect(basic_socket<Protocol, SocketService>& s, Iterator begin) in connect() argument
49 template <typename Protocol, typename SocketService, typename Iterator>
50 inline Iterator connect(basic_socket<Protocol, SocketService>& s, in connect() argument
56 template <typename Protocol, typename SocketService, typename Iterator>
57 Iterator connect(basic_socket<Protocol, SocketService>& s, in connect() argument
66 template <typename Protocol, typename SocketService, typename Iterator>
67 inline Iterator connect(basic_socket<Protocol, SocketService>& s, in connect() argument
73 template <typename Protocol, typename SocketService,
75 Iterator connect(basic_socket<Protocol, SocketService>& s, in connect() argument
[all …]
/external/autotest/client/site_tests/kernel_ProtocolCheck/
Dkernel_ProtocolCheck.py23 Protocol = namedtuple('Protocol', ['name', 'domain', 'socket_type', variable
26 Protocol('RFCOMM', AF_BLUETOOTH, socket.SOCK_STREAM, BTPROTO_RFCOMM),
27 Protocol('RFCOMM', AF_BLUETOOTH, socket.SOCK_SEQPACKET, BTPROTO_SCO),
28 Protocol('L2CAP', AF_BLUETOOTH, socket.SOCK_STREAM, BTPROTO_L2CAP),
29 Protocol('HCI', AF_BLUETOOTH, socket.SOCK_RAW, BTPROTO_HCI),
30 Protocol('PACKET', socket.AF_PACKET, socket.SOCK_DGRAM, 0),
31 Protocol('RAWv6', socket.AF_INET6, socket.SOCK_RAW, 0),
32 Protocol('UDPLITEv6', socket.AF_INET6, socket.SOCK_DGRAM,
34 Protocol('UDPv6', socket.AF_INET6, socket.SOCK_DGRAM, 0),
35 Protocol('TCPv6', socket.AF_INET6, socket.SOCK_STREAM, 0),
[all …]
/external/avahi/avahi-sharp/
DEntryGroup.cs91 …te static extern int avahi_entry_group_add_service_strlst (IntPtr group, int iface, Protocol proto, in avahi_entry_group_add_service_strlst()
97 …static extern int avahi_entry_group_update_service_strlst (IntPtr group, int iface, Protocol proto, in avahi_entry_group_update_service_strlst()
102 …e static extern int avahi_entry_group_add_service_subtype (IntPtr group, int iface, Protocol proto, in avahi_entry_group_add_service_subtype()
107 … private static extern int avahi_entry_group_add_address (IntPtr group, int iface, Protocol proto, in avahi_entry_group_add_address()
112 … private static extern int avahi_entry_group_add_record (IntPtr group, int iface, Protocol proto, in avahi_entry_group_add_record()
203 AddService (-1, Protocol.Unspecified, flags, name, type, domain, null, port, txt); in AddService()
206 …public void AddService (int iface, Protocol proto, PublishFlags flags, string name, string type, s… in AddService()
220 …public void AddService (int iface, Protocol proto, PublishFlags flags, string name, string type, s… in AddService()
234 … private void AddService (int iface, Protocol proto, PublishFlags flags, string name, string type, in AddService()
256 UpdateService (-1, Protocol.Unspecified, PublishFlags.None, name, type, domain, txt); in UpdateService()
[all …]
DServiceResolver.cs30 internal delegate void ServiceResolverCallback (IntPtr resolver, int iface, Protocol proto, in ServiceResolverCallback()
42 private Protocol proto;
46 private Protocol aproto;
54 … private static extern IntPtr avahi_service_resolver_new (IntPtr client, int iface, Protocol proto, in avahi_service_resolver_new()
56 Protocol aproto, LookupFlags flags, in avahi_service_resolver_new()
102Protocol.Unspecified, in ServiceResolver()
104Protocol.Unspecified, in ServiceResolver()
110 … service.Protocol, service.Name, in ServiceResolver()
112 Protocol.Unspecified, in ServiceResolver()
117 public ServiceResolver (Client client, int iface, Protocol proto, string name, in ServiceResolver()
[all …]
DHostNameResolver.cs30 internal delegate void HostNameResolverCallback (IntPtr resolver, int iface, Protocol proto, in HostNameResolverCallback()
39 private Protocol proto;
41 private Protocol aproto;
52 …rivate static extern IntPtr avahi_host_name_resolver_new (IntPtr client, int iface, Protocol proto, in avahi_host_name_resolver_new()
53 … byte[] hostname, Protocol aproto, LookupFlags flags, in avahi_host_name_resolver_new()
93 … public HostNameResolver (Client client, string hostname) : this (client, -1, Protocol.Unspecified, in HostNameResolver()
94 … hostname, Protocol.Unspecified, in HostNameResolver()
99 public HostNameResolver (Client client, int iface, Protocol proto, string hostname, in HostNameResolver()
100 Protocol aproto, LookupFlags flags) in HostNameResolver()
149 private void OnHostNameResolverCallback (IntPtr resolver, int iface, Protocol proto, in OnHostNameResolverCallback()
DRecordBrowser.cs31 …internal delegate void RecordBrowserCallback (IntPtr browser, int iface, Protocol proto, BrowserEv… in RecordBrowserCallback()
55 public Protocol Protocol; field
83 private Protocol proto;
94 … private static extern IntPtr avahi_record_browser_new (IntPtr client, int iface, Protocol proto, in avahi_record_browser_new()
133 this (client, -1, Protocol.Unspecified, name, RecordClass.In, type, LookupFlags.None) in RecordBrowser()
137 … public RecordBrowser (Client client, int iface, Protocol proto, string name, RecordClass clazz, in RecordBrowser()
187 …private void OnRecordBrowserCallback (IntPtr browser, int iface, Protocol proto, BrowserEvent beve… in OnRecordBrowserCallback()
193 info.Protocol = proto; in OnRecordBrowserCallback()
DServiceTypeBrowser.cs27 …internal delegate void ServiceTypeBrowserCallback (IntPtr browser, int iface, Protocol proto, Brow… in ServiceTypeBrowserCallback()
34 public Protocol Protocol; field
63 private Protocol proto;
113 … public ServiceTypeBrowser (Client client, string domain) : this (client, -1, Protocol.Unspecified, in ServiceTypeBrowser()
118 …public ServiceTypeBrowser (Client client, int iface, Protocol proto, string domain, LookupFlags fl… in ServiceTypeBrowser()
166 …private void OnServiceTypeBrowserCallback (IntPtr browser, int iface, Protocol proto, BrowserEvent… in OnServiceTypeBrowserCallback()
173 info.Protocol = proto; in OnServiceTypeBrowserCallback()
DDomainBrowser.cs27 …internal delegate void DomainBrowserCallback (IntPtr browser, int iface, Protocol proto, BrowserEv… in DomainBrowserCallback()
41 public Protocol Protocol; field
69 private Protocol proto;
116 … public DomainBrowser (Client client) : this (client, -1, Protocol.Unspecified, client.DomainName, in DomainBrowser()
120 public DomainBrowser (Client client, int iface, Protocol proto, string domain, in DomainBrowser()
169 …private void OnDomainBrowserCallback (IntPtr browser, int iface, Protocol proto, BrowserEvent beve… in OnDomainBrowserCallback()
175 info.Protocol = proto; in OnDomainBrowserCallback()
DServiceBrowser.cs28 …internal delegate void ServiceBrowserCallback (IntPtr browser, int iface, Protocol proto, BrowserE… in ServiceBrowserCallback()
35 public Protocol Protocol; field
71 private Protocol proto;
122 …erviceBrowser (Client client, string type, string domain) : this (client, -1, Protocol.Unspecified, in ServiceBrowser()
127 …public ServiceBrowser (Client client, int iface, Protocol proto, string type, string domain, Looku… in ServiceBrowser()
176 …private void OnServiceBrowserCallback (IntPtr browser, int iface, Protocol proto, BrowserEvent bev… in OnServiceBrowserCallback()
183 info.Protocol = proto; in OnServiceBrowserCallback()
DAddressResolver.cs29 internal delegate void AddressResolverCallback (IntPtr resolver, int iface, Protocol proto, in AddressResolverCallback()
62 private Protocol proto;
74 … private static extern IntPtr avahi_address_resolver_new (IntPtr client, int iface, Protocol proto, in avahi_address_resolver_new()
116 …public AddressResolver (Client client, IPAddress address) : this (client, -1, Protocol.Unspecified, in AddressResolver()
121 …public AddressResolver (Client client, int iface, Protocol proto, IPAddress address, LookupFlags f… in AddressResolver()
172 private void OnAddressResolverCallback (IntPtr resolver, int iface, Protocol proto, in OnAddressResolverCallback()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DStatusLine.java3 import com.squareup.okhttp.Protocol;
15 public final Protocol protocol;
19 public StatusLine(Protocol protocol, int code, String message) { in StatusLine()
35 Protocol protocol; in parse()
43 protocol = Protocol.HTTP_1_0; in parse()
45 protocol = Protocol.HTTP_1_1; in parse()
51 protocol = Protocol.HTTP_1_0; in parse()
83 result.append(protocol == Protocol.HTTP_1_0 ? "HTTP/1.0" : "HTTP/1.1"); in toString()
DRequestLine.java4 import com.squareup.okhttp.Protocol;
18 static String get(Request request, Proxy.Type proxyType, Protocol protocol) { in get()
60 public static String version(Protocol protocol) { in version()
61 return protocol == Protocol.HTTP_1_0 ? "HTTP/1.0" : "HTTP/1.1"; in version()
/external/tcpdump/
DINSTALL.txt102 ppp.h - Point to Point Protocol definitions
108 print-arp.c - Address Resolution Protocol printer routines
113 print-bgp.c - Border Gateway Protocol printer routines
116 print-cdp.c - Cisco Discovery Protocol printer routines
124 print-dvmrp.c - Distance Vector Multicast Routing Protocol printer routines
127 print-egp.c - External Gateway Protocol printer routines
134 print-hsrp.c - Cisco Hot Standby Router Protocol printer routines
135 print-icmp.c - Internet Control Message Protocol printer routines
136 print-icmp6.c - IPv6 Internet Control Message Protocol printer routines
137 print-igmp.c - Internet Group Management Protocol printer routines
[all …]
/external/clang/test/SemaObjC/
Dprotocol-expr-neg-1.m3 @class Protocol;
14 Protocol *proto = @protocol(p1);
15Protocol *fproto = @protocol(fproto); // expected-warning {{@protocol is using a forward protocol …
16 Protocol *pp = @protocol(i); // expected-error {{cannot find protocol declaration for 'i'}}
17 Protocol *p1p = @protocol(cl); // expected-error {{cannot find protocol declaration for 'cl'}}
25 - (int) conformsToProtocol : (Protocol *)protocl; argument
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DHeadersTest.java19 import com.squareup.okhttp.Protocol;
46 FramedTransport.readNameValueBlock(headerBlock, Protocol.SPDY_3).request(request).build(); in parseNameValueBlock()
49 assertEquals(Protocol.SPDY_3, response.protocol()); in parseNameValueBlock()
54 assertEquals(Protocol.SPDY_3.toString(), headers.get(OkHeaders.SELECTED_PROTOCOL)); in parseNameValueBlock()
56 assertEquals(Protocol.SPDY_3.toString(), headers.value(0)); in parseNameValueBlock()
74 FramedTransport.readNameValueBlock(headerBlock, Protocol.SPDY_3).request(request).build(); in readNameValueBlockDropsForbiddenHeadersSpdy3()
78 assertEquals(Protocol.SPDY_3.toString(), headers.value(0)); in readNameValueBlockDropsForbiddenHeadersSpdy3()
87 Response response = FramedTransport.readNameValueBlock(headerBlock, Protocol.HTTP_2) in readNameValueBlockDropsForbiddenHeadersHttp2()
92 assertEquals(Protocol.HTTP_2.toString(), headers.value(0)); in readNameValueBlockDropsForbiddenHeadersHttp2()
104 FramedTransport.writeNameValueBlock(request, Protocol.SPDY_3, "HTTP/1.1"); in toNameValueBlock()
[all …]
DStatusLineTest.java18 import com.squareup.okhttp.Protocol;
33 assertEquals(Protocol.HTTP_1_1, statusLine.protocol); in parse()
42 assertEquals(Protocol.HTTP_1_1, statusLine.protocol); in emptyMessage()
56 assertEquals(Protocol.HTTP_1_1, statusLine.protocol); in emptyMessageAndNoLeadingSpace()
64 assertEquals(Protocol.HTTP_1_0, statusLine.protocol); in shoutcast()
/external/nist-sip/java/gov/nist/javax/sip/header/
DVia.java85 protected Protocol sentProtocol;
105 sentProtocol = new Protocol(); in Via()
138 public Protocol getSentProtocol() { in getSentProtocol()
213 sentProtocol = new Protocol(); in setProtocolVersion()
231 public void setSentProtocol(Protocol s) { in setSentProtocol()
386 sentProtocol = new Protocol(); in setTransport()
416 sentProtocol = new Protocol(); in setProtocol()
536 retval.sentProtocol = (Protocol) this.sentProtocol.clone(); in clone()
/external/okhttp/android/main/java/com/squareup/okhttp/internal/
DPlatform.java31 import com.squareup.okhttp.Protocol;
71 SSLSocket sslSocket, String hostname, List<Protocol> protocols) { in configureTlsExtensions()
125 static byte[] concatLengthPrefixed(List<Protocol> protocols) { in concatLengthPrefixed()
128 Protocol protocol = protocols.get(i); in concatLengthPrefixed()
129 if (protocol == Protocol.HTTP_1_0) continue; // No HTTP/1.0 for ALPN. in concatLengthPrefixed()
/external/protobuf/
DREADME.md1 Protocol Buffers - Google's data interchange format
16 This will download gtest source (which is used for C++ Protocol Buffer
23 To build and install the C++ Protocol Buffer runtime and the Protocol
53 To compile a package that uses Protocol Buffers, you need to pass
55 Protocol Buffers integrates with pkg-config to manage this. If you
67 Note that packages written prior to the 2.2.0 release of Protocol
78 If you are writing an autoconf-based package that uses Protocol
142 Protocol Buffers C++ runtime libraries will have compatible ABIs.
155 The Java and Python runtime libraries for Protocol Buffers are located
158 Note that both of them require you to first install the Protocol
[all …]

12345678910>>...21