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