OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TurnPort
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/base/
turnport.h
35
class
TurnPort
: public Port {
43
static
TurnPort
* Create(rtc::Thread* thread,
53
return new
TurnPort
(thread, factory, network, socket, username, password,
57
static
TurnPort
* Create(rtc::Thread* thread,
69
return new
TurnPort
(thread, factory, network, ip, min_port, max_port,
74
virtual ~
TurnPort
();
138
sigslot::signal3<
TurnPort
*,
143
sigslot::signal2<
TurnPort
*, int> SignalTurnRefreshResult;
144
sigslot::signal3<
TurnPort
*, const rtc::SocketAddress&, int>
156
TurnPort
(rtc::Thread* thread
[
all
...]
turnport.cc
11
#include "webrtc/p2p/base/
turnport
.h"
61
explicit TurnAllocateRequest(
TurnPort
* port);
74
TurnPort
* port_;
79
explicit TurnRefreshRequest(
TurnPort
* port);
88
TurnPort
* port_;
95
TurnCreatePermissionRequest(
TurnPort
* port, TurnEntry* entry,
106
TurnPort
* port_;
114
TurnChannelBindRequest(
TurnPort
* port, TurnEntry* entry, int channel_id,
125
TurnPort
* port_;
136
TurnEntry(
TurnPort
* port, int channel_id
[
all
...]
Completed in 73 milliseconds