OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:redirect_hook_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/base/
turnserver.h
181
redirect_hook_
= redirect_hook;
259
TurnRedirectInterface*
redirect_hook_
;
member in class:cricket::TurnServer
turnserver.cc
122
redirect_hook_
(NULL),
231
if (
redirect_hook_
!= NULL && msg.type() == STUN_ALLOCATE_REQUEST) {
233
if (
redirect_hook_
->ShouldRedirect(conn->src(), &address)) {
Completed in 53 milliseconds