Home
last modified time | relevance | path

Searched refs:ORIGIN_THIS_PORT (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dtcpport.cc80 if ((address.protocol() == "ssltcp") && (origin == ORIGIN_THIS_PORT)) in CreateConnection()
Dport.h147 enum CandidateOrigin { ORIGIN_THIS_PORT, ORIGIN_OTHER_PORT, ORIGIN_MESSAGE }; enumerator
Drelayport.cc271 if ((address.protocol() != "udp") && (origin != ORIGIN_THIS_PORT)) { in CreateConnection()
Dp2ptransportchannel.cc71 return cricket::Port::ORIGIN_THIS_PORT; in GetOrigin()