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

/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.cc350 uint32 sequence_flags = flags(); local
355 sequence_flags |= PORTALLOCATOR_DISABLE_STUN;
359 sequence_flags |= PORTALLOCATOR_DISABLE_RELAY;
364 DisableEquivalentPhases(networks[i], config, &sequence_flags);
366 if ((sequence_flags & DISABLE_ALL_PHASES) == DISABLE_ALL_PHASES) {
372 new AllocationSequence(this, networks[i], config, sequence_flags);

Completed in 1845 milliseconds