Lines Matching refs:SendErrorResponse
285 SendErrorResponse(conn, &msg, STUN_ERROR_WRONG_CREDENTIALS, in HandleStunMessage()
292 SendErrorResponse(conn, &msg, STUN_ERROR_ALLOCATION_MISMATCH, in HandleStunMessage()
335 SendErrorResponse(conn, msg, STUN_ERROR_BAD_REQUEST, in CheckAuthorization()
393 SendErrorResponse(conn, msg, STUN_ERROR_BAD_REQUEST, in HandleAllocateRequest()
401 SendErrorResponse(conn, msg, STUN_ERROR_UNSUPPORTED_PROTOCOL, in HandleAllocateRequest()
412 SendErrorResponse(conn, msg, STUN_ERROR_SERVER_ERROR, in HandleAllocateRequest()
481 void TurnServer::SendErrorResponse(TurnServerConnection* conn, in SendErrorResponse() function in cricket::TurnServer
764 SendErrorResponse(msg, STUN_ERROR_FORBIDDEN, STUN_ERROR_REASON_FORBIDDEN); in HandleCreatePermissionRequest()
940 SendErrorResponse(req, STUN_ERROR_BAD_REQUEST, STUN_ERROR_REASON_BAD_REQUEST); in SendBadRequestResponse()
943 void TurnServerAllocation::SendErrorResponse(const TurnMessage* req, in SendErrorResponse() function in cricket::TurnServerAllocation
946 server_->SendErrorResponse(&conn_, req, code, reason); in SendErrorResponse()