Lines Matching refs:TurnMessage
233 TurnMessage msg; in HandleStunMessage()
386 const TurnMessage* msg, in HandleAllocateRequest()
486 TurnMessage resp; in SendErrorResponse()
498 TurnMessage resp; in SendErrorResponseWithRealmAndNonce()
518 TurnMessage resp; in SendErrorResponseWithAlternateServer()
643 void TurnServerAllocation::HandleTurnMessage(const TurnMessage* msg) { in HandleTurnMessage()
669 void TurnServerAllocation::HandleAllocateRequest(const TurnMessage* msg) { in HandleAllocateRequest()
691 TurnMessage response; in HandleAllocateRequest()
707 void TurnServerAllocation::HandleRefreshRequest(const TurnMessage* msg) { in HandleRefreshRequest()
720 TurnMessage response; in HandleRefreshRequest()
730 void TurnServerAllocation::HandleSendIndication(const TurnMessage* msg) { in HandleSendIndication()
753 const TurnMessage* msg) { in HandleCreatePermissionRequest()
775 TurnMessage response; in HandleCreatePermissionRequest()
780 void TurnServerAllocation::HandleChannelBindRequest(const TurnMessage* msg) { in HandleChannelBindRequest()
824 TurnMessage response; in HandleChannelBindRequest()
862 TurnMessage msg; in OnExternalPacket()
877 int TurnServerAllocation::ComputeLifetime(const TurnMessage* msg) { in ComputeLifetime()
933 void TurnServerAllocation::SendResponse(TurnMessage* msg) { in SendResponse()
939 void TurnServerAllocation::SendBadRequestResponse(const TurnMessage* req) { in SendBadRequestResponse()
943 void TurnServerAllocation::SendErrorResponse(const TurnMessage* req, in SendErrorResponse()