Searched refs:ORIGIN_THIS_PORT (Results 1 – 4 of 4) sorted by relevance
80 if ((address.protocol() == "ssltcp") && (origin == ORIGIN_THIS_PORT)) in CreateConnection()
147 enum CandidateOrigin { ORIGIN_THIS_PORT, ORIGIN_OTHER_PORT, ORIGIN_MESSAGE }; enumerator
271 if ((address.protocol() != "udp") && (origin != ORIGIN_THIS_PORT)) { in CreateConnection()
71 return cricket::Port::ORIGIN_THIS_PORT; in GetOrigin()