HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 451 - 475 of 2282) sorted by null

<<11121314151617181920>>

  /external/linux-kselftest/tools/testing/selftests/net/
msg_zerocopy.c 238 iph->protocol = IPPROTO_EGP;
285 static int do_setup_tx(int domain, int type, int protocol)
289 fd = socket(domain, type, protocol);
389 static void do_tx(int domain, int type, int protocol)
402 fd = do_setup_tx(domain, type, protocol);
431 if (domain == PF_PACKET || protocol == IPPROTO_RAW) {
471 static int do_setup_rx(int domain, int type, int protocol)
481 if (type == SOCK_RAW && protocol == IPPROTO_RAW)
484 fd = socket(domain, type, protocol);
552 static void do_rx(int domain, int type, int protocol)
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_subprocess.py 44 protocol = mock.Mock()
45 protocol.connection_made._is_coroutine = False
46 protocol.process_exited._is_coroutine = False
48 self.loop, protocol, ['test'], False,
50 return (transport, protocol)
54 transport, protocol = self.create_transport(waiter)
60 self.assertTrue(protocol.connection_made.called)
61 self.assertTrue(protocol.process_exited.called)
62 self.assertTrue(protocol.connection_lost.called)
63 self.assertEqual(protocol.connection_lost.call_args[0], (None,)
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler-proxy/4.1.6.Final/
netty-handler-proxy-4.1.6.Final.jar 
  /external/libnl/lib/
cache_mngr.c 70 int protocol = nlmsg_get_proto(msg); local
85 if (mngr->cm_protocol != protocol)
110 * @arg protocol Netlink protocol this manager is used for
114 * Allocates a new cache manager for the specified netlink protocol.
117 * specified protocol will be automatically allocated.
135 int nl_cache_mngr_alloc(struct nl_sock *sk, int protocol, int flags,
158 mngr->cm_protocol = protocol;
168 if ((err = nl_connect(mngr->cm_sock, protocol)) < 0)
180 if ((err = nl_connect(mngr->cm_sync_sock, protocol)) < 0
    [all...]
  /system/nfc/src/nfa/dm/
nfa_dm_main.cc 167 ** Description Check if protocol is supported by RW module
169 ** Returns TRUE if protocol is supported by NFA
172 bool nfa_dm_is_protocol_supported(tNFC_PROTOCOL protocol, uint8_t sel_res) {
173 return ((protocol == NFC_PROTOCOL_T1T) ||
174 ((protocol == NFC_PROTOCOL_T2T) &&
176 (protocol == NFC_PROTOCOL_T3T) ||
177 (protocol == NFC_PROTOCOL_ISO_DEP) ||
178 (protocol == NFC_PROTOCOL_NFC_DEP) || (protocol == NFC_PROTOCOL_T5T));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 71 public final String protocol; field in class:ApnSetting
158 String protocol, String roamingProtocol, boolean carrierEnabled, int bearer,
181 this.protocol = protocol;
204 String protocol, String roamingProtocol, boolean carrierEnabled,
209 authType, types, protocol, roamingProtocol, carrierEnabled, networkTypeBitmask,
218 String protocol, String roamingProtocol, boolean carrierEnabled,
241 this.protocol = protocol;
261 apn.mmsPort, apn.user, apn.password, apn.authType, apn.types, apn.protocol,
343 String protocol, roamingProtocol; local
    [all...]
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 183 ** Description: Get the protocol of the current tag.
185 ** Returns: Protocol number.
231 if (rfDetail.protocol != NFC_PROTOCOL_KOVIO) return false;
284 mTechLibNfcTypes[mNumTechList] = rfDetail.protocol;
290 if (NFC_PROTOCOL_T1T == rfDetail.protocol) {
293 } else if (NFC_PROTOCOL_T2T == rfDetail.protocol) {
310 mTechLibNfcTypes[mNumTechList] = rfDetail.protocol;
320 } else if (NFC_PROTOCOL_T3T == rfDetail.protocol) {
333 } else if (NFC_PROTOCOL_ISO_DEP == rfDetail.protocol) {
343 mTechLibNfcTypes[mNumTechList] = rfDetail.protocol;
    [all...]
  /external/deqp/external/
fetch_sources.py 186 # reuse parent repo protocol
193 protocol = 'ssh'
195 # remote 'origin' doesn't exist, assume 'https' as checkout protocol
196 protocol = 'https'
197 return protocol
202 protocol = self.detectProtocol(cmdProtocol)
204 protocol = cmdProtocol
207 protocol = 'https'
209 if protocol == 'ssh':
216 assert protocol == 'https
    [all...]
  /external/iproute2/tc/
f_rsvp.c 29 fprintf(stderr, "Usage: ... rsvp ipproto PROTOCOL session DST[/PORT | GPI ]\n");
86 if (pinfo->protocol == 0)
87 pinfo->protocol = IPPROTO_AH;
99 if (pinfo->protocol == 0)
100 pinfo->protocol = IPPROTO_ESP;
204 if (pinfo.dpi.mask || pinfo.protocol)
217 if (pinfo.spi.mask || pinfo.protocol)
229 pinfo.protocol = num;
379 if (pinfo && pinfo->protocol) {
381 fprintf(f, "ipproto %s ", inet_proto_n2a(pinfo->protocol, b1, sizeof(b1)))
    [all...]
  /device/google/accessory/arduino/AndroidAccessory/
AndroidAccessory.cpp 62 uint16_t protocol = -1; local
67 ACCESSORY_GET_PROTOCOL, 0, 0, 0, 2, (char *)&protocol);
68 return protocol;
84 int protocol = getProtocol(addr); local
86 if (protocol >= 1) {
87 Serial.print("device supports protocol 1 or higher\n");
89 Serial.print("could not read device protocol version\n");
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 40 @class NSString, Protocol;
44 @protocol NSObject
51 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
52 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
53 @end @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder;
67 @protocol NSFastEnumeration - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)len;
  /external/iptables/extensions/
libebt_ip.c 37 { .name = "ip-protocol", .has_arg = true, .val = IP_PROTO },
53 "--ip-proto [!] protocol : ip protocol specification\n"
67 parse_port_range(const char *protocol, const char *portstring, uint16_t *ports)
207 info->protocol = xtables_parse_protocol(optarg);
208 if (info->protocol == -1)
210 "Unknown specified IP protocol - %s",
273 pe = getprotobynumber(info->protocol);
275 printf("%d ", info->protocol);
  /external/v8/include/
v8-inspector.h 17 namespace protocol { namespace in namespace:v8_inspector
34 } // namespace protocol
110 virtual std::unique_ptr<protocol::Runtime::API::StackTrace>
130 // Dispatching protocol messages.
134 virtual std::vector<std::unique_ptr<protocol::Schema::API::Domain>>
146 virtual std::vector<std::unique_ptr<protocol::Debugger::API::SearchMatch>>
151 virtual std::unique_ptr<protocol::Runtime::API::RemoteObject> wrapObject(
  /frameworks/base/libs/usb/tests/accessorytest/
usb.c 156 uint16_t protocol = -1; local
158 ACCESSORY_GET_PROTOCOL, 0, 0, &protocol, sizeof(protocol), 1000);
162 fprintf(stderr, "device supports protocol version %d\n", protocol);
163 if (protocol >= 2) {
  /external/android-clat/
clatd_test.cpp 47 55, (p), (c1), (c2), /* TTL=55, protocol=p, checksum=c1,c2 */ \
86 0, ip[9], /* 0, protocol */ \
89 #define IPV6_PSEUDOHEADER(ip6, protocol, tlen) \
102 0, 0, 0, (protocol),
205 uint8_t protocol = 0; local
214 protocol = ip->protocol;
220 ASSERT_TRUE(protocol == IPPROTO_TCP || protocol == IPPROTO_UDP || protocol == IPPROTO_ICMP
221 << msg << ": Unsupported IPv4 protocol " << protocol << "\\n"; local
246 << msg << ": Unsupported IPv6 next header " << protocol; local
291 uint8_t protocol = 0; local
521 uint8_t protocol; local
    [all...]
  /external/python/cpython3/Lib/asyncio/
base_events.py 309 def _make_socket_transport(self, sock, protocol, waiter=None, *,
314 def _make_ssl_transport(self, rawsock, protocol, sslcontext, waiter=None,
320 def _make_datagram_transport(self, sock, protocol,
325 def _make_read_pipe_transport(self, pipe, protocol, waiter=None,
330 def _make_write_pipe_transport(self, pipe, protocol, waiter=None,
336 def _make_subprocess_transport(self, protocol, args, shell,
688 a callable returning a protocol instance.
692 (transport, protocol) pair.
801 transport, protocol = yield from self._create_connection_transport(
808 sock, host, port, transport, protocol)
    [all...]
selector_events.py 70 def _make_socket_transport(self, sock, protocol, waiter=None, *,
72 return _SelectorSocketTransport(self, sock, protocol, waiter,
75 def _make_ssl_transport(self, rawsock, protocol, sslcontext, waiter=None,
80 rawsock, protocol, sslcontext, waiter,
84 ssl_protocol = sslproto.SSLProtocol(self, protocol, sslcontext, waiter,
90 def _make_legacy_ssl_transport(self, rawsock, protocol, sslcontext,
97 self, rawsock, protocol, sslcontext, waiter,
100 def _make_datagram_transport(self, sock, protocol,
102 return _SelectorDatagramTransport(self, sock, protocol,
215 protocol = Non
    [all...]
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /external/apache-http/src/org/apache/http/client/protocol/
RequestAddCookies.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/RequestAddCookies.java $
32 package org.apache.http.client.protocol;
56 import org.apache.http.protocol.HttpContext;
57 import org.apache.http.protocol.ExecutionContext;
  /external/apache-http/src/org/apache/http/impl/client/
AbstractAuthenticationHandler.java 50 import org.apache.http.client.protocol.ClientContext;
51 import org.apache.http.protocol.HTTP;
52 import org.apache.http.protocol.HttpContext;
  /external/golang-protobuf/protoc-gen-go/
main.go 1 // Go support for Protocol Buffers - Google's data interchange format
32 // protoc-gen-go is a plugin for the Google protocol buffer compiler to generate
37 // protocol compiler, so once the protocol compiler (protoc) is installed
40 // to generate Go bindings for the protocol defined by file.proto.
47 // See the README and documentation for protocol buffers to learn more:
48 // https://developers.google.com/protocol-buffers/

Completed in 872 milliseconds

<<11121314151617181920>>