OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelayPort
(Results
1 - 15
of
15
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
relayport.h
51
class
RelayPort
: public Port {
55
//
RelayPort
doesn't yet do anything fancy in the ctor.
56
static
RelayPort
* Create(
61
return new
RelayPort
(thread, factory, network, ip, min_port, max_port,
64
virtual ~
RelayPort
();
87
RelayPort
(talk_base::Thread* thread, talk_base::PacketSocketFactory* factory,
rawtransportchannel.h
49
class
RelayPort
;
98
RelayPort
* relay_port_;
relayport.cc
31
#include "talk/p2p/base/
relayport
.h"
95
RelayEntry(
RelayPort
* port, const talk_base::SocketAddress& ext_addr);
98
RelayPort
* port() { return port_; }
145
RelayPort
* port_;
188
RelayPort
::
RelayPort
(
206
RelayPort
::~
RelayPort
() {
212
void
RelayPort
::AddServerAddress(const ProtocolAddress& addr) {
224
void
RelayPort
::AddExternalAddress(const ProtocolAddress& addr)
[
all
...]
rawtransportchannel.cc
37
#include "talk/p2p/base/
relayport
.h"
168
relay_port_ = static_cast<
RelayPort
*>(port);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayport.h
50
class
RelayPort
: public Port {
54
//
RelayPort
doesn't yet do anything fancy in the ctor.
55
static
RelayPort
* Create(
60
return new
RelayPort
(thread, factory, network, ip, min_port, max_port,
63
virtual ~
RelayPort
();
86
RelayPort
(talk_base::Thread* thread, talk_base::PacketSocketFactory* factory,
relayport.cc
31
#include "talk/p2p/base/
relayport
.h"
95
RelayEntry(
RelayPort
* port, const talk_base::SocketAddress& ext_addr);
98
RelayPort
* port() { return port_; }
146
RelayPort
* port_;
192
RelayPort
::
RelayPort
(
206
RelayPort
::~
RelayPort
() {
212
void
RelayPort
::AddServerAddress(const ProtocolAddress& addr) {
224
void
RelayPort
::AddExternalAddress(const ProtocolAddress& addr)
[
all
...]
rawtransportchannel.h
50
class
RelayPort
;
169
RelayPort
* relay_port_;
relayport_unittest.cc
38
#include "talk/p2p/base/
relayport
.h"
52
// Tests connecting a
RelayPort
to a fake relay server
56
//
RelayPort
and created sockets by listening for signals such as,
72
relay_port_(cricket::
RelayPort
::Create(main_, &socket_factory_,
117
// PrepareAddress is called, the
RelayPort
will start trying to
120
//
RelayPort
will consider the connection to be complete and will
153
// connection has failed, the
RelayPort
will attempt to connect via
156
//
RelayPort
will try the TCP adress and succed.
178
// Wait until
relayport
is ready.
213
// Should have timed out in 3000 ms(
relayport
.cc, kSoftConnectTimeoutMs)
[
all
...]
rawtransportchannel.cc
37
#include "talk/p2p/base/
relayport
.h"
171
relay_port_ = static_cast<
RelayPort
*>(port);
port_unittest.cc
42
#include "talk/p2p/base/
relayport
.h"
466
RelayPort
* CreateGturnPort(const SocketAddress& addr,
468
RelayPort
* port = CreateGturnPort(addr);
474
RelayPort
* CreateGturnPort(const SocketAddress& addr) {
475
RelayPort
* port =
RelayPort
::Create(main_, &socket_factory_, &network_,
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker_unittest.cc
12
#include "talk/p2p/base/
relayport
.h"
45
class FakeRelayPort : public
RelayPort
{
52
:
RelayPort
(thread, factory, network, ip, min_port, max_port,
222
virtual
RelayPort
* CreateRelayPort(
connectivitychecker.h
36
class
RelayPort
;
217
virtual
RelayPort
* CreateRelayPort(
connectivitychecker.cc
20
#include "talk/p2p/base/
relayport
.h"
252
RelayPort
* relay_port = reinterpret_cast<
RelayPort
*>(port);
345
RelayPort
* ConnectivityChecker::CreateRelayPort(
348
return
RelayPort
::Create(worker_, socket_factory_.get(),
385
RelayPort
* port = CreateRelayPort(username, password,
basicportallocator.cc
39
#include "talk/p2p/base/
relayport
.h"
734
// Continuing if |udp_socket_| is NULL, as local TCP and
RelayPort
using TCP
979
// TODO(mallinath) - Rename
RelayPort
to GTurnPort.
980
RelayPort
* port =
RelayPort
::Create(session_->network_thread(),
[
all
...]
/external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc
38
#include "talk/p2p/base/
relayport
.h"
734
RelayPort
* port =
RelayPort
::Create(session_->network_thread(),
Completed in 529 milliseconds