HomeSort by relevance Sort by last modified time
    Searched full:tcptype (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
candidate.h 142 const std::string& tcptype() const { return tcptype_; } function in class:cricket::Candidate
143 void set_tcptype(const std::string& tcptype){
144 tcptype_ = tcptype;
tcpport.cc 84 if (address.tcptype() == TCPTYPE_ACTIVE_STR ||
85 (address.tcptype().empty() && address.address().port() == 0)) {
port.cc 259 const std::string& tcptype,
265 ASSERT(!tcptype.empty());
273 c.set_tcptype(tcptype);
    [all...]
port.h 322 const std::string& protocol, const std::string& tcptype,
transport.cc 443 (cand.tcptype() == TCPTYPE_ACTIVE_STR || port == 0)) {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp.cc 175 static const char kTcpCandidateType[] = "tcptype";
1039 std::string tcptype; local
    [all...]
webrtcsdp_unittest.cc 370 "tcptype active generation 2";
373 "tcptype passive generation 2";
376 "tcptype so generation 2";
379 "tcptype invalid generation 2";
    [all...]

Completed in 152 milliseconds