HomeSort by relevance Sort by last modified time
    Searched refs:ORIGIN_THIS_PORT (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
tcpport.cc 80 if ((address.protocol() == "ssltcp") && (origin == ORIGIN_THIS_PORT))
port.h 147 enum CandidateOrigin { ORIGIN_THIS_PORT, ORIGIN_OTHER_PORT, ORIGIN_MESSAGE };
p2ptransportchannel.cc 71 return cricket::Port::ORIGIN_THIS_PORT;
    [all...]
relayport.cc 271 if ((address.protocol() != "udp") && (origin != ORIGIN_THIS_PORT)) {

Completed in 156 milliseconds