OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StunServers
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/client/
basicportallocator.cc
777
if (config_->
StunServers
() == config->
StunServers
()) {
904
if (config_ && !config_->
StunServers
().empty()) {
907
port->set_server_addresses(config_->
StunServers
());
946
if (!(config_ && !config_->
StunServers
().empty())) {
958
config_->
StunServers
(),
[
all
...]
basicportallocator.h
224
ServerAddresses
StunServers
();
Completed in 489 milliseconds