OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProtocolAddress
(Results
1 - 6
of
6
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
relayport.h
66
void AddServerAddress(const
ProtocolAddress
& addr);
67
void AddExternalAddress(const
ProtocolAddress
& addr);
79
const
ProtocolAddress
* ServerAddress(size_t index) const;
83
sigslot::signal1<const
ProtocolAddress
*> SignalConnectFailure;
84
sigslot::signal1<const
ProtocolAddress
*> SignalSoftTimeout;
105
std::deque<
ProtocolAddress
> server_addr_;
relayport.cc
46
RelayConnection(const
ProtocolAddress
* protocol_address,
52
const
ProtocolAddress
* protocol_address() {
84
const
ProtocolAddress
* protocol_address_;
212
void RelayPort::AddServerAddress(const
ProtocolAddress
& addr) {
224
void RelayPort::AddExternalAddress(const
ProtocolAddress
& addr) {
244
const
ProtocolAddress
* RelayPort::ServerAddress(size_t index) const {
373
RelayConnection::RelayConnection(const
ProtocolAddress
* protocol_address,
437
const
ProtocolAddress
* ra = port()->ServerAddress(server_index_);
518
port_->AddExternalAddress(
ProtocolAddress
(mapped_addr, proto));
612
const
ProtocolAddress
* ra = current_connection_->protocol_address()
[
all
...]
port.h
65
struct
ProtocolAddress
{
69
ProtocolAddress
(const talk_base::SocketAddress& a, ProtocolType p)
/external/chromium/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc
231
ports.push_back(
ProtocolAddress
(address, PROTO_UDP));
235
ports.push_back(
ProtocolAddress
(address, PROTO_TCP));
239
ports.push_back(
ProtocolAddress
(address, PROTO_SSLTCP));
basicportallocator.h
177
typedef std::vector<
ProtocolAddress
> PortList;
basicportallocator.cc
305
ports.push_back(
ProtocolAddress
(
308
ports.push_back(
ProtocolAddress
(
311
ports.push_back(
ProtocolAddress
(
Completed in 798 milliseconds