OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ice_restart
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescriptionfactory.h
40
TransportOptions() :
ice_restart
(false) {}
41
bool
ice_restart
;
member in struct:cricket::TransportOptions
p2ptransportchannel.cc
253
bool
ice_restart
= false;
local
257
ice_restart
= (ice_ufrag_ != ice_ufrag) || (ice_pwd_!= ice_pwd);
263
if (
ice_restart
) {
272
bool
ice_restart
= false;
local
274
ice_restart
= (remote_ice_ufrag_ != ice_ufrag) ||
281
if (
ice_restart
) {
[
all
...]
Completed in 60 milliseconds