Searched refs:protocol (Results 51 - 63 of 63) sorted by relevance

123

/system/netd/server/
H A DMDnsSdListener.cpp284 const char *interfaceName, uint32_t protocol, const char *hostname) {
285 if (VDBG) ALOGD("getAddrInfo(%d, %s %d, %s)", requestId, interfaceName, protocol, hostname);
296 DNSServiceErrorType result = DNSServiceGetAddrInfo(ref, nativeFlags, interfaceInt, protocol,
506 int protocol = 0; // intelligient heuristic (both v4 + v6) local
507 getAddrInfo(cli, requestId, interfaceName, protocol, hostname);
283 getAddrInfo(SocketClient *cli, int requestId, const char *interfaceName, uint32_t protocol, const char *hostname) argument
/system/core/adb/
H A Dservices.cpp222 // No protocol.
226 SubprocessProtocol protocol = SubprocessProtocol::kNone; local
235 protocol = SubprocessProtocol::kShell;
244 return StartSubprocess(command.c_str(), terminal_type.c_str(), type, protocol);
H A Dsysdeps.h762 static __inline__ int unix_socketpair( int d, int type, int protocol, int sv[2] )
764 return socketpair( d, type, protocol, sv );
/system/core/fastboot/
H A DAndroid.mk32 protocol.cpp \
H A Dfastboot.cpp257 Socket::Protocol protocol = Socket::Protocol::kTcp; local
264 protocol = Socket::Protocol::kTcp;
268 protocol = Socket::Protocol::kUdp;
286 if (protocol == Socket::Protocol::kTcp) {
288 } else if (protocol == Socket::Protocol::kUdp) {
374 " form <protocol>:<hostname>[:port] where\n"
375 " <protocol> is either tcp or udp.\n"
/system/bt/stack/bnep/
H A Dbnep_utils.c466 void bnepu_build_bnep_hdr (tBNEP_CONN *p_bcb, BT_HDR *p_buf, UINT16 protocol, argument
515 UINT16_TO_BE_STREAM (p, protocol);
1264 ** Description This function verifies whether the protocol passes through
1265 ** the protocol filters set by the peer
1267 ** Returns BNEP_SUCCESS - if the protocol is allowed
1268 ** BNEP_IGNORE_CMD - if the protocol is filtered out
1273 UINT16 protocol,
1281 /* Findout the actual protocol to check for the filtering */
1282 proto = protocol;
1288 /* parse the extension headers and findout actual protocol */
1271 bnep_is_packet_allowed(tBNEP_CONN *p_bcb, BD_ADDR p_dest_addr, UINT16 protocol, BOOLEAN fw_ext_present, UINT8 *p_data) argument
[all...]
/system/connectivity/shill/
H A Drouting_table.cc353 message.route_status().protocol == RTPROT_UNSPEC) {
393 } else if (message.route_status().protocol != RTPROT_BOOT) {
394 // Responses to route queries come back with a protocol of
396 // interested in come with a protocol of RTPROT_BOOT.
H A Drouting_table_unittest.cc191 status.protocol == RTPROT_BOOT &&
215 status.protocol == RTPROT_BOOT &&
581 status.protocol == 0 &&
/system/connectivity/dhcp_client/
H A Ddhcpv4.cc250 ip->protocol = IPPROTO_UDP;
/system/webservd/libwebserv/
H A Ddbus_protocol_handler.cc93 protocols.insert(pair.second->protocol());
116 // For each instance of remote protocol handler object sharing the same name,
/system/connectivity/shill/net/
H A Drtnl_message.cc481 hdr->rtm.rtm_protocol = route_status_.protocol;
H A Drtnl_message_unittest.cc461 int protocol,
474 EXPECT_EQ(protocol, status.protocol);
453 TestParseRoute(const ByteString& packet, RTNLMessage::Mode , IPAddress::Family family, int interface_index, const IPAddress& dst, const IPAddress& src, const IPAddress& gateway, unsigned char table, int protocol, unsigned char scope, unsigned char type, int metric) argument
/system/connectivity/shill/shims/
H A Dnetfilter_queue_processor.cc105 ip.protocol != IPPROTO_UDP) {

Completed in 367 milliseconds

123