Searched refs:tcptype (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dcandidate.h142 const std::string& tcptype() const { return tcptype_; } function in class:cricket::Candidate
143 void set_tcptype(const std::string& tcptype){ argument
144 tcptype_ = tcptype;
H A Dtcpport.cc84 if (address.tcptype() == TCPTYPE_ACTIVE_STR ||
85 (address.tcptype().empty() && address.address().port() == 0)) {
H A Dport.cc259 const std::string& tcptype,
265 ASSERT(!tcptype.empty());
273 c.set_tcptype(tcptype);
255 AddAddress(const rtc::SocketAddress& address, const rtc::SocketAddress& base_address, const rtc::SocketAddress& related_address, const std::string& protocol, const std::string& tcptype, const std::string& type, uint32 type_preference, uint32 relay_preference, bool final) argument
H A Dport.h322 const std::string& protocol, const std::string& tcptype,
H A Dtransport.cc443 (cand.tcptype() == TCPTYPE_ACTIVE_STR || port == 0)) {
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc175 static const char kTcpCandidateType[] = "tcptype";
1039 std::string tcptype; local
1042 tcptype = fields[++current_position];
1045 if (tcptype != cricket::TCPTYPE_ACTIVE_STR &&
1046 tcptype != cricket::TCPTYPE_PASSIVE_STR &&
1047 tcptype != cricket::TCPTYPE_SIMOPEN_STR) {
1088 candidate->set_tcptype(tcptype);
1766 os << kTcpCandidateType << " " << it->tcptype() << " ";

Completed in 783 milliseconds