OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TurnServerConnection
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/base/
turnserver.h
41
class
TurnServerConnection
{
43
TurnServerConnection
() : proto_(PROTO_UDP), socket_(NULL) {}
44
TurnServerConnection
(const rtc::SocketAddress& src,
49
bool operator==(const
TurnServerConnection
& t) const;
50
bool operator<(const
TurnServerConnection
& t) const;
70
const
TurnServerConnection
& conn,
75
TurnServerConnection
* conn() { return &conn_; }
127
TurnServerConnection
conn_;
162
typedef std::map<
TurnServerConnection
, TurnServerAllocation*> AllocationMap;
215
TurnServerConnection
* conn, const char* data, size_t size)
[
all
...]
turnserver.cc
202
TurnServerConnection
conn(addr, iter->second, socket);
216
void TurnServer::HandleStunMessage(
TurnServerConnection
* conn, const char* data,
290
bool TurnServer::CheckAuthorization(
TurnServerConnection
* conn,
350
void TurnServer::HandleBindingRequest(
TurnServerConnection
* conn,
364
void TurnServer::HandleAllocateRequest(
TurnServerConnection
* conn,
430
TurnServerAllocation* TurnServer::FindAllocation(
TurnServerConnection
* conn) {
435
TurnServerAllocation* TurnServer::CreateAllocation(
TurnServerConnection
* conn,
452
void TurnServer::SendErrorResponse(
TurnServerConnection
* conn,
463
TurnServerConnection
* conn, const StunMessage* msg,
475
TurnServerConnection
* conn, const StunMessage* msg
[
all
...]
Completed in 55 milliseconds