Home
last modified time | relevance | path

Searched refs:PROTO_TCP (Results 1 – 8 of 8) sorted by relevance

/external/qemu/
Dnet-checksum.c21 #define PROTO_TCP 6 macro
68 case PROTO_TCP: in net_checksum_calculate()
/external/chromium/third_party/libjingle/source/talk/p2p/client/
Dbasicportallocator.cc81 case cricket::PROTO_TCP: return PHASE_TCP; in LocalCandidateToPhase()
89 case cricket::PROTO_TCP: return PHASE_TCP; in LocalCandidateToPhase()
309 allocator_->relay_address_tcp(), PROTO_TCP)); in GetPortConfigurations()
623 EnableProtocol(PROTO_TCP); in OnMessage()
Dhttpportallocator.cc235 ports.push_back(ProtocolAddress(address, PROTO_TCP)); in ReceiveSessionResponse()
/external/chromium/third_party/libjingle/source/talk/xmpp/
Dxmppclientsettings.h77 : protocol_(cricket::PROTO_TCP), in XmppClientSettings()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Drelayport.cc460 } else if (ra->proto == PROTO_TCP || ra->proto == PROTO_SSLTCP) { in Connect()
488 if ((ra->proto == PROTO_TCP) || (ra->proto == PROTO_SSLTCP)) { in Connect()
Dport.h57 PROTO_TCP, enumerator
Drelayserver.cc579 ASSERT(server_sockets_[server_socket] == cricket::PROTO_TCP || in AcceptConnection()
/external/chromium/third_party/libjingle/
Dmods-since-v0_4_0.diff1535 > PROTO_TCP,