Searched refs:redirect_hook_ (Results 1 – 2 of 2) sorted by relevance
181 redirect_hook_ = redirect_hook; in set_redirect_hook()259 TurnRedirectInterface* redirect_hook_; variable
122 redirect_hook_(NULL), in TurnServer()231 if (redirect_hook_ != NULL && msg.type() == STUN_ALLOCATE_REQUEST) { in HandleStunMessage()233 if (redirect_hook_->ShouldRedirect(conn->src(), &address)) { in HandleStunMessage()