OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateGturnPort
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/client/
basicportallocator.cc
986
CreateGturnPort
(*relay);
995
void AllocationSequence::
CreateGturnPort
(const RelayServerConfig& config) {
[
all
...]
/external/webrtc/webrtc/p2p/base/
port_unittest.cc
494
return
CreateGturnPort
(addr, int_proto, ext_proto);
514
RelayPort*
CreateGturnPort
(const SocketAddress& addr,
516
RelayPort* port =
CreateGturnPort
(addr);
522
RelayPort*
CreateGturnPort
(const SocketAddress& addr) {
[
all
...]
Completed in 114 milliseconds