Home
last modified time | relevance | path

Searched full:protocol (Results 1 – 25 of 17240) sorted by relevance

12345678910>>...690

/external/wayland-protocols/chromium.org/
DREADME.chromium10 available in the Wayland core protocol. Such protocols either adds
12 protocol either in Wayland core, or some other protocol in
19 …-scanner code < src/unstable/xdg-shell/xdg-shell-unstable-v5.xml > protocol/xdg-shell-v5-protocol.c
20 …stable/xdg-shell/xdg-shell-unstable-v5.xml > include/protocol/xdg-shell-unstable-v5-server-protoco…
21 …stable/xdg-shell/xdg-shell-unstable-v5.xml > include/protocol/xdg-shell-unstable-v5-client-protoco…
22 …-scanner code < src/unstable/xdg-shell/xdg-shell-unstable-v6.xml > protocol/xdg-shell-v6-protocol.c
23 …stable/xdg-shell/xdg-shell-unstable-v6.xml > include/protocol/xdg-shell-unstable-v6-server-protoco…
24 …stable/xdg-shell/xdg-shell-unstable-v6.xml > include/protocol/xdg-shell-unstable-v6-client-protoco…
25 …er code < src/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml > protocol/linux-dmabuf-protocol.c
26 …linux-dmabuf/linux-dmabuf-unstable-v1.xml > include/protocol/linux-dmabuf-unstable-v1-server-proto…
[all …]
/external/tcpdump/tests/
Dlldp-infinite-loop-1.out15 Port and Protocol VLAN ID Subtype (2)
16 port and protocol vlan id (PPVID): 0, flags [supported] (0x02)
24 Protocol Identity Subtype (4)
25 protocol identity:
31 Priority: 0, RES: 0, Sel: 0, Protocol ID: 0
32 Priority: 0, RES: 0, Sel: 0, Protocol ID: 0
33 Priority: 0, RES: 0, Sel: 0, Protocol ID: 32962
34 Priority: 0, RES: 1, Sel: 4, Protocol ID: 0
35 Priority: 0, RES: 0, Sel: 0, Protocol ID: 0
36 Priority: 0, RES: 0, Sel: 0, Protocol ID: 0
[all …]
Dhoobr_chdlc_print.out1 1 05:27:12.808464432 unknown CHDLC protocol (0x3030)
2 2 05:27:12.808464432 unknown CHDLC protocol (0x3030)
3 3 05:27:12.808464432 unknown CHDLC protocol (0x3030)
4 4 05:27:12.808464432 unknown CHDLC protocol (0x3030)
5 5 05:27:12.808464432 unknown CHDLC protocol (0x3030)
6 6 05:27:12.808464432 unknown CHDLC protocol (0x3030)
7 7 05:27:12.808464432 unknown CHDLC protocol (0x3030)
8 8 05:27:12.808464432 unknown CHDLC protocol (0x3030)
9 9 05:27:12.808464432 unknown CHDLC protocol (0x3030)
10 10 05:27:12.808464432 unknown CHDLC protocol (0x3030)
[all …]
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ip/detail/
Dsocket_option.hpp92 template <typename Protocol>
93 int level(const Protocol& protocol) const in level()
95 if (protocol.family() == PF_INET6) in level()
101 template <typename Protocol>
102 int name(const Protocol& protocol) const in name()
104 if (protocol.family() == PF_INET6) in name()
110 template <typename Protocol>
111 void* data(const Protocol& protocol) in data() argument
113 if (protocol.family() == PF_INET6) in data()
119 template <typename Protocol>
[all …]
/external/rust/crates/rustix/src/net/
Dtypes.rs614 None => panic!("new_raw_protocol: protocol must be non-zero"), in new_raw_protocol()
623 /// `None` as the `protocol` argument in these functions.
632 pub struct Protocol(pub(crate) RawProtocol); struct
636 /// For `IPPROTO_IP`, pass `None` as the `protocol` argument.
638 use super::{new_raw_protocol, Protocol};
642 pub const ICMP: Protocol = Protocol(new_raw_protocol(c::IPPROTO_ICMP as _));
650 pub const IGMP: Protocol = Protocol(new_raw_protocol(c::IPPROTO_IGMP as _));
659 pub const IPIP: Protocol = Protocol(new_raw_protocol(c::IPPROTO_IPIP as _));
661 pub const TCP: Protocol = Protocol(new_raw_protocol(c::IPPROTO_TCP as _));
669 pub const EGP: Protocol = Protocol(new_raw_protocol(c::IPPROTO_EGP as _));
[all …]
/external/wayland-protocols/freedesktop.org/
DREADME.md4 available in the Wayland core protocol. Such protocols either add
6 protocol either in Wayland core, or some other protocol in
9 A protocol in wayland-protocols consists of a directory containing a set
10 of XML files containing the protocol specification, and a README file
13 ## Protocol directory tree structure
16 and protocol names as well as place in the directory tree will reflect
19 A stable protocol is a protocol which has been declared stable by
23 An unstable protocol is a protocol currently under development and this
24 will be reflected in the protocol and interface names. See [Unstable
27 A deprecated protocol is a protocol that has either been replaced by some
[all …]
DREADME5 available in the Wayland core protocol. Such protocols either add
7 protocol either in Wayland core, or some other protocol in
10 A protocol in wayland-protocols consists of a directory containing a set
11 of XML files containing the protocol specification, and a README file
14 Protocol directory tree structure
17 and protocol names as well as place in the directory tree will reflect
20 A stable protocol is a protocol which has been declared stable by
24 An unstable protocol is a protocol currently under development and this
25 will be reflected in the protocol and interface names. See <<Unstable
28 A deprecated protocol is a protocol that has either been replaced by some
[all …]
/external/apache-http/src/org/apache/http/
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 ProtocolVersion
69 /** Major version number of the protocol */
72 /** Minor version number of the protocol */
77 * Create a protocol version designator.
79 * @param protocol the name of the protocol, for example "HTTP"
[all …]
/external/clang/test/SemaObjC/
Dprotocol-expr-neg-1.m3 @class Protocol;
5 @protocol fproto; // expected-note {{'fproto' declared here}}
7 @protocol p1
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'}}
21 @protocol SuperProtocol; // expected-note {{'SuperProtocol' declared here}}
22 @protocol TestProtocol; // expected-note {{'TestProtocol' declared here}}
25 - (int) conformsToProtocol : (Protocol *)protocl; argument
[all …]
Dprotocols-suppress-conformance.m3 // Mark this protocol as requiring all of its methods and properties
6 @protocol Protocol protocol
11 // In this example, ClassA adopts the protocol. We won't
12 // provide the implementation here, but this protocol will
14 @interface ClassA <Protocol>
19 // This class subclasses ClassA (which also adopts 'Protocol').
20 @interface ClassB : ClassA <Protocol>
26 @interface ClassB_Good : ClassA <Protocol>
34 @interface ClassB_AlsoGood : ClassA <Protocol>
48 @protocol Inherited
[all …]
/external/linux-kselftest/tools/testing/selftests/tc-testing/tc-tests/filters/
Dbasic.json15 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cm…
17 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol ip basic",
18 …"matchPattern": "^filter parent ffff: protocol ip pref 1 basic.*handle 0x1 flowid 1:1.*cmp\\(u8 at…
37 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cm…
39 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol ip basic",
40 …"matchPattern": "^filter parent ffff: protocol ip pref 1 basic.*handle 0x1 flowid 1:1.*cmp\\(u8 at…
59 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cm…
61 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol ip basic",
62 …"matchPattern": "^filter parent ffff: protocol ip pref 1 basic.*handle 0x1.*cmp\\(u16 at 0 layer 0…
81 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cm…
[all …]
Dmatchall.json4 "name": "Add ingress matchall filter for protocol ipv4 and action PASS",
13 …"cmdUnderTest": "$TC filter add dev $DUMMY parent ffff: handle 0x1 prio 1 protocol ip matchall act…
15 "verifyCmd": "$TC filter get dev $DUMMY parent ffff: handle 1 prio 1 protocol ip matchall",
16 …"matchPattern": "^filter parent ffff: protocol ip pref 1 matchall.*handle 0x1.*gact action pass.*r…
25 "name": "Add egress matchall filter for protocol ipv4 and action PASS",
34 …"cmdUnderTest": "$TC filter add dev $DUMMY parent 1: handle 0x1 prio 1 protocol ip matchall action…
36 "verifyCmd": "$TC filter get dev $DUMMY parent 1: handle 1 prio 1 protocol ip matchall",
37 …"matchPattern": "^filter parent 1: protocol ip pref 1 matchall.*handle 0x1.*gact action pass.*ref …
46 "name": "Add ingress matchall filter for protocol ipv6 and action DROP",
55 …"cmdUnderTest": "$TC filter add dev $DUMMY parent ffff: handle 0x1 prio 1 protocol ipv6 matchall a…
[all …]
Dflow.json15 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 prio 1 protocol ip flow map key ds…
17 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 protocol ip prio 1 flow",
18 …"matchPattern": "filter parent ffff: protocol ip pref 1 flow chain [0-9]+ handle 0x1 map keys dst …
37 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 prio 1 protocol ip flow map key ds…
39 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 protocol ip prio 1 flow",
40 …"matchPattern": "filter parent ffff: protocol ip pref 1 flow chain [0-9]+ handle 0x1 map keys dst.…
59 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 prio 1 protocol ip flow map key ds…
61 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 protocol ip prio 1 flow",
62 …"matchPattern": "filter parent ffff: protocol ip pref 1 flow chain [0-9]+ handle 0x1 map keys dst …
81 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 prio 1 protocol ip flow map key ds…
[all …]
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dconnect.hpp48 template <typename Protocol, typename Iterator>
49 inline typename Protocol::endpoint deref_connect_result( in deref_connect_result()
52 return ec ? typename Protocol::endpoint() : *iter; in deref_connect_result()
106 template <typename Protocol, typename Executor, typename EndpointSequence>
107 typename Protocol::endpoint connect(basic_socket<Protocol, Executor>& s, in connect() argument
113 typename Protocol::endpoint result = connect(s, endpoints, ec); in connect()
118 template <typename Protocol, typename Executor, typename EndpointSequence>
119 typename Protocol::endpoint connect(basic_socket<Protocol, Executor>& s, in connect() argument
124 return detail::deref_connect_result<Protocol>( in connect()
130 template <typename Protocol, typename Executor, typename Iterator>
[all …]
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-objc-meta-data.test7 …ection __OBJC,__protocol %p/Inputs/Objc1.32bit.exe.macho-i386 | FileCheck %s -check-prefix=PROTOCOL
903 PROTOCOL: Contents of (__OBJC,__protocol) section
904 PROTOCOL: Protocol 0x437c
905 PROTOCOL: isa 0x00003120
906 PROTOCOL: protocol_name 0x000025af NSObject
907 PROTOCOL: protocol_list 0x00000000 (not in an __OBJC section)
908 PROTOCOL: instance_methods 0x00004290
909 PROTOCOL: count 19
910 PROTOCOL: list[0]
911 PROTOCOL: name 0x00002de9 isEqual:
[all …]
/external/webrtc/pc/
Dmedia_protocol_names.cc24 // There are multiple variants of the RTP protocol stack, including
27 // embedded in it somewhere as being an RTP protocol.
30 // Protocol names generated by WebRTC
42 // Protocol names that we tolerate, but do not generate.
57 bool IsDtlsSctp(absl::string_view protocol) { in IsDtlsSctp() argument
58 return protocol == kMediaProtocolDtlsSctp || in IsDtlsSctp()
59 protocol == kMediaProtocolUdpDtlsSctp || in IsDtlsSctp()
60 protocol == kMediaProtocolTcpDtlsSctp; in IsDtlsSctp()
63 bool IsPlainSctp(absl::string_view protocol) { in IsPlainSctp() argument
64 return protocol == kMediaProtocolSctp; in IsPlainSctp()
[all …]
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/
DProtocol.java29 * <h3>Protocol vs Scheme</h3>
32 * the protocol (http/1.1, spdy/3.1, etc.). OkHttp uses the word <i>protocol</i>
35 public enum Protocol { enum
52 * Chromium's binary-framed protocol that includes header compression,
57 * href="http://dev.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1">draft
64 * The IETF's binary-framed protocol that includes header compression,
75 private final String protocol; field in Protocol
77 Protocol(String protocol) { in Protocol() argument
78 this.protocol = protocol; in Protocol()
82 * Returns the protocol identified by {@code protocol}.
[all …]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DProtocol.java25 * <h3>Protocol vs Scheme</h3>
28 * the protocol (http/1.1, spdy/3.1, etc.). OkHttp uses the word <i>protocol</i>
31 public enum Protocol { enum
48 * Chromium's binary-framed protocol that includes header compression,
53 * href="http://dev.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1">draft
60 * The IETF's binary-framed protocol that includes header compression,
71 private final String protocol; field in Protocol
73 Protocol(String protocol) { in Protocol() argument
74 this.protocol = protocol; in Protocol()
78 * Returns the protocol identified by {@code protocol}.
[all …]
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DProtocol.java26 * <h3>Protocol vs Scheme</h3>
29 * the protocol (http/1.1, spdy/3.1, etc.). OkHttp uses the word <i>protocol</i>
33 public enum Protocol { enum
50 * Chromium's binary-framed protocol that includes header compression,
55 * href="http://dev.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1">draft
62 * The IETF's binary-framed protocol that includes header compression,
73 private final String protocol; field in Protocol
75 Protocol(String protocol) { in Protocol() argument
76 this.protocol = protocol; in Protocol()
80 * Returns the protocol identified by {@code protocol}.
[all …]
/external/federated-compute/fcp/aggregation/protocol/simple_aggregation/
Dsimple_aggregation_protocol_test.cc17 #include "fcp/aggregation/protocol/simple_aggregation/simple_aggregation_protocol.h"
34 #include "fcp/aggregation/protocol/aggregation_protocol_messages.pb.h"
35 #include "fcp/aggregation/protocol/checkpoint_builder.h"
36 #include "fcp/aggregation/protocol/checkpoint_parser.h"
37 #include "fcp/aggregation/protocol/configuration.pb.h"
38 #include "fcp/aggregation/protocol/testing/test_callback.h"
143 // Verify that the protocol can be created successfully. in CreateProtocol()
333 auto protocol = CreateProtocolWithDefaultConfig(); in TEST_F() local
334 EXPECT_THAT(protocol->Start(3), IsOk()); in TEST_F()
336 protocol->GetStatus(), in TEST_F()
[all …]
/external/linux-kselftest/tools/testing/selftests/net/forwarding/
Dtc_flower.sh44 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
46 tc filter add dev $h2 ingress protocol ip pref 2 handle 102 flower \
58 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
59 tc filter del dev $h2 ingress protocol ip pref 2 handle 102 flower
70 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
72 tc filter add dev $h2 ingress protocol ip pref 2 handle 102 flower \
84 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
85 tc filter del dev $h2 ingress protocol ip pref 2 handle 102 flower
94 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
96 tc filter add dev $h2 ingress protocol ip pref 2 handle 102 flower \
[all …]
/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 …]
/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/resource/
DS3AccessPointBuilderTest.java39 .protocol("protocol") in toURI_noDualstack()
43 …assertThat(result, is(URI.create("protocol://access-point-account-id.s3-accesspoint.region.domain"… in toURI_noDualstack()
52 .protocol("protocol") in toURI_dualstack()
58 … is(URI.create("protocol://access-point-account-id.s3-accesspoint.dualstack.region.domain"))); in toURI_dualstack()
67 .protocol("protocol") in toURI_FipsEnabled()
72 …assertThat(result, is(URI.create("protocol://access-point-account-id.s3-accesspoint-fips.region.do… in toURI_FipsEnabled()
81 .protocol("protocol") in toURI_accessPointNameWithSlashes_throwsIllegalArgumentException()
95 .protocol("protocol") in toURI_accountIdWithSlashes_throwsIllegalArgumentException()
109 .protocol("protocol") in toURI_accessPointNameWithTooLongString_throwsIllegalArgumentException()
123 .protocol("protocol") in toURI_accountIdWithTooLongString_throwsIllegalArgumentException()
[all …]
/external/federated-compute/fcp/aggregation/protocol/
Daggregation_protocol.h22 #include "fcp/aggregation/protocol/aggregation_protocol_messages.pb.h"
26 // Describes a abstract aggregation protocol interface between a networking
40 // protocol implementations. Instead each client is identified by a client_id
42 // the protocol started with or the extended number of clients, which is the
47 // protocol methods are expected to be called sequentially. But there are no
50 // calls. The caller side of the protocol isn't expected to queue messages.
56 // Instructs the protocol to start with the specified number of clients.
58 // Depending on the protocol implementation, the starting number of clients
60 // the protocol.
65 // Adds an additional batch of clients to the protocol.
[all …]
/external/sdv/vsomeip/implementation/endpoints/src/
Dclient_endpoint_impl.cpp27 template<typename Protocol>
28 client_endpoint_impl<Protocol>::client_endpoint_impl( in client_endpoint_impl()
37 : endpoint_impl<Protocol>(_endpoint_host, _routing_host, _local, _io, in client_endpoint_impl()
51 template<typename Protocol>
52 client_endpoint_impl<Protocol>::~client_endpoint_impl() { in ~client_endpoint_impl()
55 template<typename Protocol>
56 bool client_endpoint_impl<Protocol>::is_client() const { in is_client()
60 template<typename Protocol>
61 bool client_endpoint_impl<Protocol>::is_established() const { in is_established()
65 template<typename Protocol>
[all …]

12345678910>>...690