Lines Matching refs:SendErrorResponse
267 SendErrorResponse(conn, &msg, STUN_ERROR_WRONG_CREDENTIALS, in HandleStunMessage()
274 SendErrorResponse(conn, &msg, STUN_ERROR_ALLOCATION_MISMATCH, in HandleStunMessage()
314 SendErrorResponse(conn, msg, STUN_ERROR_BAD_REQUEST, in CheckAuthorization()
371 SendErrorResponse(conn, msg, STUN_ERROR_BAD_REQUEST, in HandleAllocateRequest()
379 SendErrorResponse(conn, msg, STUN_ERROR_UNSUPPORTED_PROTOCOL, in HandleAllocateRequest()
390 SendErrorResponse(conn, msg, STUN_ERROR_SERVER_ERROR, in HandleAllocateRequest()
452 void TurnServer::SendErrorResponse(TurnServerConnection* conn, in SendErrorResponse() function in cricket::TurnServer
703 SendErrorResponse(msg, STUN_ERROR_FORBIDDEN, STUN_ERROR_REASON_FORBIDDEN); in HandleCreatePermissionRequest()
876 SendErrorResponse(req, STUN_ERROR_BAD_REQUEST, STUN_ERROR_REASON_BAD_REQUEST); in SendBadRequestResponse()
879 void TurnServerAllocation::SendErrorResponse(const TurnMessage* req, int code, in SendErrorResponse() function in cricket::TurnServerAllocation
881 server_->SendErrorResponse(&conn_, req, code, reason); in SendErrorResponse()