OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RelayPort
(Results
1 - 4
of
4
) 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,
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
...]
/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
...]
Completed in 118 milliseconds